(PSSM) Shader guru help
Posted: Mon Jan 16, 2012 9:43 pm
Hi everyone!
I have been struggling for quite some time to implement PSSM, having no luck I finally tried to convert the GPU GEMS 3 example to Irrlicht.
I have actually got it up and running but there is a really weird problem... When the camera position is on one side of an item (3D object) it doesn't get rendered to the shadow map and so doesn't get shadowed at all (this works for any item, they just pop out/in of view when I move around).
I might not explain myself very clearly so I made a video of the problem.
I have deactivated textures and normal lighting, there is only the PSSM shader working. The different colours (in the video) are debug colors showing which shadow map the 3D-Objects pixels depends to (red is the first, then green, blue and pink).
Debug rendertargets are rendered on screen, the 4 topmost squares a the shadowmaps (top left corresponds to the red color, then the green etc), the second line are 'final output', glow (disabled here) and the third one of the second row is the lights 'view' (crop matrix considered) from the first shadowmaps rendering, you can see (as in the topmost row) the 3D-Object popping in and out / getting culled or not.
I have made no special changes to the GPU GEMs example except those to make it work with Irrlicht, well for what I'm worth anyway.
The problem seems to occur when like the delta XZ between the camera and the object (in worldspace, the video is made at like 150.000, 12.000 so relative coordinates doesn't change anything. The problem is the same at 1500 , 1500) is X>Z (X and Z here are the 'ground coordiantes', Y is height / up).
It seems that obviously the 3D-Object is getting culled (when it shouldn't be) and that is where I'm getting lost. I have checked the matrices and other data and well, at least they don't change abruptly anyhow (the values are changing linearly when I move around, no jumps or so).
I have tried orthogonal lighting as well as 'spotlight', big lights and small ones at no avail.
I must have done some really stupid error somewhere as the PSSM works really well but only when you look at objects from one side...
Any help appreciated!
I have been struggling for quite some time to implement PSSM, having no luck I finally tried to convert the GPU GEMS 3 example to Irrlicht.
I have actually got it up and running but there is a really weird problem... When the camera position is on one side of an item (3D object) it doesn't get rendered to the shadow map and so doesn't get shadowed at all (this works for any item, they just pop out/in of view when I move around).
I might not explain myself very clearly so I made a video of the problem.
I have deactivated textures and normal lighting, there is only the PSSM shader working. The different colours (in the video) are debug colors showing which shadow map the 3D-Objects pixels depends to (red is the first, then green, blue and pink).
Debug rendertargets are rendered on screen, the 4 topmost squares a the shadowmaps (top left corresponds to the red color, then the green etc), the second line are 'final output', glow (disabled here) and the third one of the second row is the lights 'view' (crop matrix considered) from the first shadowmaps rendering, you can see (as in the topmost row) the 3D-Object popping in and out / getting culled or not.
I have made no special changes to the GPU GEMs example except those to make it work with Irrlicht, well for what I'm worth anyway.
The problem seems to occur when like the delta XZ between the camera and the object (in worldspace, the video is made at like 150.000, 12.000 so relative coordinates doesn't change anything. The problem is the same at 1500 , 1500) is X>Z (X and Z here are the 'ground coordiantes', Y is height / up).
It seems that obviously the 3D-Object is getting culled (when it shouldn't be) and that is where I'm getting lost. I have checked the matrices and other data and well, at least they don't change abruptly anyhow (the values are changing linearly when I move around, no jumps or so).
I have tried orthogonal lighting as well as 'spotlight', big lights and small ones at no avail.
I must have done some really stupid error somewhere as the PSSM works really well but only when you look at objects from one side...
Any help appreciated!