react-three-renderer
react-three-renderer copied to clipboard
Render into a three.js canvas using React.
I'm also getting an "unmet peer dependency" error . `G:\ReactNative\RN_Three>npm install --save [email protected] [email protected] [email protected] [email protected] G:\ReactNative\RN_Three +-- UNMET PEER DEPENDENCY [email protected] +-- [email protected] `-- [email protected] npm WARN optional SKIPPING...
How is it possible to implement something like this: http://jsfiddle.net/oep968wh/ without having MeshFaceMaterial ? I need to make some of the faces transparent and this was the only example I...
I didn't use it yet, but ultimately I want my three.js module to be used on React Native? I saw that you made it for the purpose of React Native...
Hi! Sorry if im posting this at the wrong place but I couldnt find anywhere else to ask for help. I have an array with xyz coordinates that i would...
Since three.js r72 MeshNormalMaterial has no shading. Is it possible to achieve the same results as with this fix (https://github.com/mrdoob/three.js/issues/7305) in react-three-render?
I need to add multiple meshBasicMaterials into my mesh in order to render a boxGeometry with a different meshBasicMaterial for each segment. Like this example: https://threejs.org/examples/?q=panorama#canvas_geometry_panorama Is this something that...
I tried this tutorial https://tweedegolf.nl/2016/02/16/react-threejs/ But I have this errors when three parse the JSON file.  My basic JSON file ``` { "metadata":{ "type":"Geometry", "uvs":0, "version":3, "generator":"io_three", "faces":500, "normals":500,...
I am struggling to integrate a fairly complex model generator into react using react three renderer. While I am well versed in Three, I am slightly daunted by the myriad...
Hi, I have a question on how to alter meshes after the whole scene & model has been rendered. In order to highlight specific meshes in my model I am...
I can preview a fbx model using threeJS but I want to implement a Component in React that can do it. This is the code I use to preview a...