jhalkjar created page: home authored by Jesper Halkjær's avatar Jesper Halkjær
# What can this do?
This is a small utility tool to draw a AUSAlib setup file.
In the current state you need to be on the povray-branch in AUSAlib.
# Syntax
``DrawSetup [-options] [setup.json]``
# Options:
| Option | Name | Example |
| :-- | :--- | :------------ |
| c | Camera position | ``-c (100, 500, 0)`` |
| l | Camera look | ``-l (0,0,10)`` |
| z | Zoom level | ``-z 7`` |
| o | Output file | ``-o myimage.png`` |
| a | Draw axes | ``-a``|
# Example
``DrawSetup -a -l (0,0,0) myNewAwesomeSetupImage.png``
\ No newline at end of file