HybridRenderingEngine-CS icon indicating copy to clipboard operation
HybridRenderingEngine-CS copied to clipboard

Examples of showing models?

Open dmitrykolesnikovich opened this issue 1 year ago • 1 comments

Could you please add single example on how to visualize GLTF model with your engine's API?

dmitrykolesnikovich avatar Jan 29 '24 02:01 dmitrykolesnikovich

Since this is a port of another project, it's set up with scenes. So here's how the sponza scene is loaded:

https://github.com/Kermalis/HybridRenderingEngine-CS/blob/main/Assets/Scenes/sponza.json

You could just replace the model name there

Kermalis avatar Jan 29 '24 03:01 Kermalis