Roblox / future-is-bright

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

Shadow flickering + reflection issues #126

Closed ghost closed 5 years ago

ghost commented 5 years ago

This version of the prototype breaks reflections and breaks shadows.

  1. The glass material doesn't seem to reflect the skybox, as it should be reflection problem
  2. The shadow flickering happens nonstop, in both testing mode and editing mode (the flickering is lessened while testing). Changing the HybridBlendDist doesn't seem to do anything either.. shadow problem
zeux commented 5 years ago

Glass is fixed in v15. I'm not 100% sure about the flickering - I think we fixed a bug that looked pretty much like this though. So try v15, and feel free to create a new issue if it's still broken.

ghost commented 5 years ago

Glass is fixed in v15. I'm not 100% sure about the flickering - I think we fixed a bug that looked pretty much like this though. So try v15, and feel free to create a new issue if it's still broken.

The new version actually fixes the shadow flickering completely. Thanks for the hard work on this project!