firtoz / react-three-renderer

Render into a three.js canvas using React.
https://toxicfork.github.com/react-three-renderer-example/
MIT License
1.49k stars 155 forks source link

FogExp2 is an invalid prop type #143

Closed epilande closed 7 years ago

epilande commented 7 years ago

Scene can support FogExp2, though getting a console error that it should be an instance of Fog. https://threejs.org/docs/index.html#Reference/Scenes/FogExp2

image