aboutsummaryrefslogtreecommitdiff
path: root/tools/msh_export_obj.py
Commit message (Collapse)AuthorAgeFilesLines
* Add MSH geometry export and preview rendering toolsValentin Popov35 hours1-0/+357
- Implemented msh_export_obj.py for exporting NGI MSH geometry to Wavefront OBJ format, including model selection and geometry extraction. - Added msh_preview_renderer.py for rendering NGI MSH models to binary PPM images, featuring a primitive software renderer with customizable parameters. - Both tools utilize the same NRes parsing logic and provide command-line interfaces for listing models and exporting or rendering geometry.