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

Populate all material properties #48

Open toxicFork opened 8 years ago

toxicFork commented 8 years ago

Should work similar to material.slot attribute:

See https://github.com/toxicFork/react-three-renderer/issues/34#issuecomment-195487070

Also will need to filter them out of rawShaderMaterial when implemented.

frederikbrinck commented 7 years ago

Hey @toxicFork What are the roadmap on these features? Could you by any chance point me in the direction of how I would implement the fog THREEjs feature?

toxicFork commented 7 years ago

Hi @frederikbrinck , the good news is that all of the map properties are already in there, and the fog property too :)