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

Not sure whether this is relevant to `three` or `react-three-renderer` though this issue is particularly boggling to me. When running the getting started example the material "disappears" after a few...

bug
needs more information

As mentioned in IRC, I'm seeing components printed in `printWasted()` that I don't believe are actually ever getting rendered. For example printWasted shows me: | Owner > Component | Inclusive...

bug

Apologies in advance if this is a basic question -- I'm in the process of learning React and this library. I'm having a hard time seeing what the major difference...

question

_Note: I am not pretending to criticise the work done here, which I think is amazing. Great job! I am just trying to understand the features of this package_ Integrating...

question

Coming out of a discussion on IRC, it's expensive to delete and re-create any resources in the `` tag, like ``. One solution here is to only have one top...

enhancement

I see a onRendererUpdated handler but couldn't find a way to get it the way I want. What i'm looking for is this - http://threejs.org/docs/#Reference/Renderers/CanvasRenderer. I need to have a...

enhancement

- [x] Compare with 0.14.7 https://github.com/facebook/react/compare/v0.14.7...v15.0.0-rc.1 - [x] Fix breaking changes - [x] Port changes to react-dom onto react-three-renderer - [x] Update other npm dependencies - [x] Make all tests...

In Three.js there is a way to add linear-gradients to meshes. See this tutorial: http://www.johannes-raida.de/tutorials/three.js/tutorial03/tutorial03.htm How can I achieve the same with react-three-renderer? I want to use this with a...

enhancement
question

Hi, Can you checkout [react-storybook](https://github.com/kadirahq/react-storybook). I think it'll be useful to organise/display examples. I can send a Pull Request with all examples if you're interested. Disclaimer: I work at Kadira

enhancement