react-three-renderer icon indicating copy to clipboard operation
react-three-renderer copied to clipboard

Is there currently any alternative way to load images to each face instead of using MeshFaceMaterial

Open kodlyzer opened this issue 9 years ago • 1 comments
trafficstars

I see the MeshFaceMaterial on the TODO list. So I'm assuming its not yet implemented or is being developed offline. But for the time being is there any way I can load images to each face of some geometry? In my case each faces of a cube. I intended to implement something like this fiddle

kodlyzer avatar Mar 30 '16 10:03 kodlyzer

For situations like this, I recommend something similar to https://github.com/toxicFork/react-three-renderer/issues/57#issuecomment-208078848 , e.g. creating a <group ref='...'/> and then adding your cube using group.add(cube). Hope it helps!

toxicFork avatar Apr 10 '16 21:04 toxicFork