From 6b01863dcb76ba8ef49d5ab0790f546d7c8645f7 Mon Sep 17 00:00:00 2001 From: rodri Date: Thu, 26 Sep 2024 20:56:08 +0000 Subject: 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. --- readme | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'readme') diff --git a/readme b/readme index 59b7e8f..8a62116 100644 --- a/readme +++ b/readme @@ -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 -- cgit v1.2.3