Angelo1211 / HybridRenderingEngine

Clustered Forward/Deferred renderer with Physically Based Shading, Image Based Lighting and a whole lot of OpenGL.
MIT License
1.17k stars 119 forks source link

Hi, very nice work!!! Can u help me this bug? #38

Open lucasjinreal opened 2 years ago

lucasjinreal commented 2 years ago

it's not a bug, I just donlt know how to show it

build ‹master*› » ./hybridRenderer
Vendor:   NVIDIA Corporation
Renderer: NVIDIA GeForce RTX 2060 SUPER/PCIe/SSE2
Version:  4.6.0 NVIDIA 470.103.01

Beginning Scene load, checking scene description file:
Cannot access ../assets/scenes/Sponza.json
Cannot find scene descriptor file for Sponza 
Could not load default sponza scene. No models succesfully loaded!
Failed to initialize scene manager.
HRE could not initialize successfully. Shutting down.
Closed input manager.
Closed renderer manager.
Closed scene manager.
Closed display manager.

Any help?

the json file just there...

Kermalis commented 2 years ago

The assets folder is not in the expected path. You can use my branch where this is fixed