diff options
Diffstat (limited to 'readme')
-rw-r--r-- | readme | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -14,6 +14,7 @@ TOOLS - vis: a scene visualizer - med: a model editor (WIP) - solar: a solar system planetarium (WIP) + - obj: an OBJ to model(6) conversion tool USAGE @@ -92,6 +93,14 @@ USAGE format—to grab the ephemerides from that date and update planet positions. + + obj [file] + + As of now this tool will take a Wavefront OBJ file, with all its materials, + and convert it into a model(6) file (see libgraphics/model.6.txt) that's + written to stdout. The only exception is textures, which aren't taken care + of yet. This will change soon. + CUBEMAPS The skyboxes for vis and solar are stored in the cubemap/ folder. To use |