Falcor
Falcor copied to clipboard
Camera is not set
I just started building this project and when I tried to load a scene file, I got this following error message. Any idea how to solve it? The full error message. P.S. I am using a laptop with no GPU. I am not sure if letting CPU run instead will have a matter.
(Warning) Warnings in program: RenderPasses/CSM/DepthPass.slang(vsMain, psMain) C:\Users\tling\Falcor\Source\Falcor../RenderPasses/CSM/CascadedShadowMap.slang(291): warning 15205: undefined identifier '_CSM_CASCADE_COUNT' in preprocessor expression will evaluate to zero #if !defined(_CSM_CASCADE_COUNT) || (_CSM_CASCADE_COUNT != 1) ^~~~~~~~~~~~~~~~~~
(Warning) Warnings in program: RenderPasses/CSM/ShadowPass.slang(vsMain, gsMain, psMain) C:\Users\tling\Falcor\Source\Falcor../RenderPasses/CSM/CascadedShadowMap.slang(291): warning 15205: undefined identifier '_CSM_CASCADE_COUNT' in preprocessor expression will evaluate to zero #if !defined(_CSM_CASCADE_COUNT) || (_CSM_CASCADE_COUNT != 1) ^~~~~~~~~~~~~~~~~~
(Warning) Selected camera '' does not exist.
Here is the last line of output (Info) Loading scene (total): 6.753895 s
The Mogwai window is all black. It looks like it takes forever to load the scene.
What scene are you trying to load?