diff options
author | rodri <rgl@antares-labs.eu> | 2024-09-26 20:56:08 +0000 |
---|---|---|
committer | rodri <rgl@antares-labs.eu> | 2024-09-26 20:56:08 +0000 |
commit | 6b01863dcb76ba8ef49d5ab0790f546d7c8645f7 (patch) | |
tree | 3ad45ba80832bf331f8c4ab3fc90216c9cfdac13 /readme | |
parent | 11b9c1697a3fd518c8b133544f0abbdb915a2491 (diff) | |
download | 3dee-6b01863dcb76ba8ef49d5ab0790f546d7c8645f7.tar.gz 3dee-6b01863dcb76ba8ef49d5ab0790f546d7c8645f7.tar.bz2 3dee-6b01863dcb76ba8ef49d5ab0790f546d7c8645f7.zip |
new tool: obj. and changes to use the new model(6) format.
with this change some models were also completely turned
from obj into model(6) ones: 9fs, cirno, and diablo3.
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 |