Peter Gulyas
Peter Gulyas
Experimental glTF support with experimental PBR lighting. [Forum discussion thread](http://www.elvastower.com/forums/index.php?/topic/27639-orts-new-shape-format/page__view__getlastpost) [Trello card](https://trello.com/c/QRIfnqhm/137-new-3d-model-format) [Blueprint](https://blueprints.launchpad.net/or/+spec/or-3d-format) **The visual test in assistance to it can be started by:** 1. `git clone https://github.com/KhronosGroup/glTF-Sample-Models.git` into the...
Added support for virtual file system, manageable by config files. See: [Forum discussion thread](http://www.elvastower.com/forums/index.php?/topic/16633-overall-file-system-and-data-structure/) [Design document](https://github.com/openrails/openrails/blob/master/Docs/Design%20for%20Virtual%20Filesystem.md) [Trello card](https://trello.com/c/qdZ0yzjy)
What is the proper way of reading the MSFT_lod extension with this loader? [See the readme here](https://github.com/KhronosGroup/glTF/tree/main/extensions/2.0/Vendor/MSFT_lod) Strangely, I am able to load the "MSFT_lod" extension part, but I cannot...
[Forum discussion thread](https://www.elvastower.com/forums/index.php?/topic/34577-planning-area-of-the-etcs-dmi)
[Forum](https://www.elvastower.com/forums/index.php?/topic/37562-track-viewer) [Trello card](https://trello.com/c/kMLCthN1) Usage: start the TrackViewer, load a route, right-click anywhere in the green route view and select the popup menu "View scene here", in the opening second window...
When I try to load a shader with an entryPoint of the ShaderDescription set to something else than "main", I get a null reference exception in CreateFromSpirv, no matter if...