ig:gfx:installation-of-ig.model.processor-v1.4.0.100
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| ig:gfx:installation-of-ig.model.processor-v1.4.0.100 [2025/10/29 08:30] – ig_ii | ig:gfx:installation-of-ig.model.processor-v1.4.0.100 [2025/10/29 13:10] (current) – ig_ii | ||
|---|---|---|---|
| Line 15: | Line 15: | ||
| ===== Linux Ubuntu 24.04 ===== | ===== Linux Ubuntu 24.04 ===== | ||
| - | **Tested on:** Linux Ubuntu 24.04 | + | **Tested on:** Linux Ubuntu 24.04 |
| * Obtain zip package named '' | * Obtain zip package named '' | ||
| * Extract the package. | * Extract the package. | ||
| - | * Go inside the extracted folder named '' | + | * Go inside the extracted folder named '' |
| * Make the script executable by running: | * Make the script executable by running: | ||
| <code bash> | <code bash> | ||
| Line 34: | Line 34: | ||
| ./ | ./ | ||
| </ | </ | ||
| - | | ||
| - | {{figure|2b15490a-9d58-4500-b7a1-5b6ec5bac329.jpg|Simple furniture door generated using IG.Modell.Processor.exe with '' | ||
| - | | ||
| - | | ||
| - | ====== How to run IG.Model.Processor ====== | ||
| - | The program is run via the command line. The main syntax is: | + | {{ :ig:gfx:modelprocessor:flatpanel_render.jpg?400 |}} |
| - | + | **Simple furniture door generated using IG.Modell.Processor.exe with '' | |
| - | <code bash> | + | |
| - | ./ | + | |
| - | </ | + | |
| - | + | ||
| - | ===== Main Options ===== | + | |
| - | + | ||
| - | * **--model | + | |
| - | Default: '' | + | |
| - | Example: '' | + | |
| - | + | ||
| - | * **--file < | + | |
| - | Default: empty | + | |
| - | Example: '' | + | |
| - | + | ||
| - | | + | |
| - | Default: '' | + | |
| - | Example: '' | + | |
| - | + | ||
| - | * **--out < | + | |
| - | Default: '' | + | |
| - | Example: | + | |
| - | + | ||
| - | | + | |
| - | If specified, no UV coordinates will be included. | + | |
| - | Additionally, | + | |
| - | + | ||
| - | * **--quality** Overwrite JSON quality parameters. | + | |
| - | + | ||
| - | * **--help** Display the help message and exit. | + | |
| - | + | ||
| - | ----- | + | |
| - | + | ||
| - | ===== Example Command ===== | + | |
| - | + | ||
| - | To process a flat panel JSON file and generate an OBJ output: | + | |
| - | + | ||
| - | <code bash> | + | |
| - | ./ | + | |
| - | </ | + | |
| | | ||
| - | ====== Recommendations for First-Time Users ====== | + | |
| - | Use one of the sample JSON files as an example. There are also '' | ||
| - | |||
| - | Change a parameter and observe how the geometry behaves. Each parameter’s meaning can be found in the spec sheets for each model, also referenced in this documentation. Example commands will work if your JSON file is placed in the same directory as the IG.Model.Processor executable and your terminal is pointing to root of Model.Processor, | ||
| - | |||
| - | ===== Extrusion Sample command and file list. ===== | ||
| - | |||
| - | **Model Flag:** | ||
| - | |||
| - | <box> | ||
| - | '' | ||
| - | </ | ||
| - | |||
| - | |||
| - | * **extrusion-101-min1.4.json** Example commands: | ||
| - | | ||
| - | **Linux:** | ||
| - | <box> | ||
| - | <code bash> | ||
| - | ./ | ||
| - | </ | ||
| - | </ | ||
| - | | ||
| - | **Windows: | ||
| - | <box> | ||
| - | <code bash> | ||
| - | IG.Model.Processor.exe --model extrusion --file extrusion-101-min1.4.json --output OBJ | ||
| - | </ | ||
| - | </ | ||
| - | | ||
| - | <code bash> | ||
| - | extrusion-101-min1.4.json | ||
| - | </ | ||
| - | |||
| - | |||
| - | ----- | ||
| - | |||
| - | ===== Flat / FlatPanel Sample command and file list. ===== | ||
| - | |||
| - | **Model Flag:** | ||
| - | |||
| - | <box> | ||
| - | '' | ||
| - | </ | ||
| - | |||
| - | |||
| - | * **flatPanel-101-horizontal-min1.4.json** Example commands: | ||
| - | | ||
| - | **Linux:** | ||
| - | <box> | ||
| - | <code bash> | ||
| - | ./ | ||
| - | </ | ||
| - | </ | ||
| - | | ||
| - | **Windows: | ||
| - | <box> | ||
| - | <code bash> | ||
| - | IG.Model.Processor.exe --model flatpanel --file flatPanel-101-horizontal-min1.4.json --output OBJ | ||
| - | </ | ||
| - | </ | ||
| - | |||
| - | |||
| - | <code bash> | ||
| - | flatPanel-101-horizontal-min1.4.json | ||
| - | flatPanel-102-vertical-min1.4.json | ||
| - | flatPanel-103-solid-min1.4.json | ||
| - | flatPanel-104-triangle-min1.4.json | ||
| - | flatPanel-111-horizontal-raised-min1.4.json | ||
| - | flatPanel-112-vertical-raised-min1.4.json | ||
| - | flatPanel-113-solid-raised-min1.4.json | ||
| - | flatPanel-114-triangle-raised-min1.4.json | ||
| - | flatPanel-115-vertical-arched-panel-min1.4.json | ||
| - | </ | ||
| - | |||
| - | |||
| - | ----- | ||
| - | |||
| - | ===== Solid Sample command and file list. ===== | ||
| - | |||
| - | **Model Flag:** | ||
| - | |||
| - | <box> | ||
| - | '' | ||
| - | </ | ||
| - | |||
| - | |||
| - | * **solid-101-min1.4.json** Example commands: | ||
| - | | ||
| - | **Linux:** | ||
| - | <box> | ||
| - | <code bash> | ||
| - | ./ | ||
| - | </ | ||
| - | </ | ||
| - | | ||
| - | **Windows: | ||
| - | <box> | ||
| - | <code bash> | ||
| - | IG.Model.Processor.exe --model solid --file solid-101-min1.4.json --output OBJ | ||
| - | </ | ||
| - | </ | ||
| - | |||
| - | <code bash> | ||
| - | solid-101-min1.4.json | ||
| - | solid-102-min1.4.json | ||
| - | solid-103-min1.4.json | ||
| - | solid-104-min1.4.json | ||
| - | solid-111-min1.4.json | ||
| - | solid-112-min1.4.json | ||
| - | solid-113-min1.4.json | ||
| - | solid-114-default-min1.4.json | ||
| - | solid-114-min1.4.json | ||
| - | solid-131-square-path-min1.4.json | ||
| - | solid-132-beveled-path-min1.4.json | ||
| - | solid-134-arched-panel-min1.4.json | ||
| - | solid-135-square-with-profile-min1.4.json | ||
| - | </ | ||
| - | |||
| - | |||
| - | ----- | ||
| - | |||
| - | ===== Revolution Sample command and file list. ===== | ||
| - | |||
| - | **Model Flag:** | ||
| - | |||
| - | <box> | ||
| - | '' | ||
| - | </ | ||
| - | |||
| - | |||
| - | * **revolution-101.json** Example commands: | ||
| - | | ||
| - | **Linux:** | ||
| - | <box> | ||
| - | <code bash> | ||
| - | ./ | ||
| - | </ | ||
| - | </ | ||
| - | | ||
| - | **Windows: | ||
| - | <box> | ||
| - | <code bash> | ||
| - | IG.Model.Processor.exe --model revolution --file revolution-101.json --output OBJ | ||
| - | </ | ||
| - | </ | ||
| - | |||
| - | <code bash> | ||
| - | revolution-101.json | ||
| - | </ | ||
ig/gfx/installation-of-ig.model.processor-v1.4.0.100.1761723046.txt.gz · Last modified: 2025/10/29 08:30 by ig_ii
