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

Render into a three.js canvas using React.

Results 100 react-three-renderer issues
Sort by recently updated
recently updated
newest added

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...

dependencies

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...

enhancement

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...

question

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...

question

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?

enhancement
question

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...

enhancement
question

I tried this tutorial https://tweedegolf.nl/2016/02/16/react-threejs/ But I have this errors when three parse the JSON file. ![image](https://cloud.githubusercontent.com/assets/17292331/22519066/4e1ddaa2-e8af-11e6-8562-a2557dd186ce.png) My basic JSON file ``` { "metadata":{ "type":"Geometry", "uvs":0, "version":3, "generator":"io_three", "faces":500, "normals":500,...

needs more information

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...

help wanted

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...

question

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...

question