react-three-renderer
react-three-renderer copied to clipboard
Render into a three.js canvas using React.
The "uv" attribute isn't working currently with bufferGeometry and isn't listed in the API. Would be a major win to have this functionality :D
This doesn't appear to be straightforward given the lack of @types for this lib. I have tried to force it in and ignore the typescript compiler warnings but get the...
I am trying to import OpenGL 3D models into React Three Renderer to make a simple app that is able to do slight modifications on said models. A typical OpenGL...
Hi! What is the best way to interpolate/tween mesh/scene/material properties in react-three-renderer between states? Maybe someone had already done it?
I'm trying to reduce my incredibly huge bundle size (three = 1MB, react-three-renderer = 600kb, firebase, ..) by using Preact. Unfortunately, this results in a ton of errors: ``` ERROR...
Use react-storybook to display component use cases. Has all examples from toxicFork/react-three-renderer-example except one. Added an npm script to publish to github-pages under **storybook** directory. A published version is available...
I have a project that involves dynamically loading lots of textures into a scene when needed. I am slightly worried that loaded textures will not be deallocated with **renderer.deallocateTexture( texture...
See #166 - [ ] 1. Could check that the functionality works as expected. - [ ] 2. Could also somehow verify that the texture does not need any other...
Hey, an issue from the author! It's more like a status update, I will update the readme too. First of all thank you everyone who showed interest in the project....
It's on your TODO list here: https://github.com/toxicFork/react-three-renderer/issues/2#issuecomment-186855445 I was trying to figure out how to contribute. Since I couldn't figure it out, I was left reading the code and searching...