Lux-Vacuos / Voxel

Sandbox survival game created with Light Engine (Development halted due to other projects)
https://luxvacuos.net/projects
GNU General Public License v3.0
21 stars 6 forks source link

Shadows Maps bug #49

Closed Guerra24 closed 8 years ago

Guerra24 commented 8 years ago

Shadows Maps is unable to create because the size is more that the GPU supports. By default shadows maps has a resolution of 4K. In the next image you can see that everything is black, that is because the shader can't read the shadow map, here the shadow map is 8,196, my GPU only supports 8K (8,192).

ss 2016-01-28 at 01 20 42

Here you can see the working shadow map running at 4K.

ss 2016-01-28 at 01 33 27

Guerra24 commented 8 years ago

Fixed.