Falcor icon indicating copy to clipboard operation
Falcor copied to clipboard

Camera is not set

Open cyanling2 opened this issue 2 years ago • 1 comments

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.

cyanling2 avatar Jun 09 '22 18:06 cyanling2

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.

cyanling2 avatar Jun 09 '22 19:06 cyanling2

What scene are you trying to load?

skallweitNV avatar Aug 17 '22 13:08 skallweitNV