Roblox / future-is-bright

Prototyping future Roblox lighting technology
https://roblox.github.io/future-is-bright/
60 stars 12 forks source link

Shadows only rendered by sun. #149

Closed SethizFTW closed 5 years ago

SethizFTW commented 5 years ago

I am having an issue with FiB where if I put down a part with light source with shadows enabled, it doesn't render shadows.Though the sun shadows work just fine.

I am using v16 used both DX11 and vulkan. image image

Specs: I7-8700k GTX1070 16GB ram

UncleGPU commented 5 years ago

Only PointLights cast shadows in v16. SpotLights and SurfaceLights do not cast shadows, probably for a good reason. They tried to finish this build before the end of 2018 so that may be why.

SethizFTW commented 5 years ago

Only PointLights cast shadows in v16. SpotLights and SurfaceLights do not cast shadows, probably for a good reason. They tried to finish this build before the end of 2018 so that may be why.

I didn't realize they didn't allow the SpotLights. I was aware of SurfaceLight not being enabled, that is a bit disappointing because I mostly use SpotLights anyway.