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

Bumps [minimist](https://github.com/substack/minimist) from 1.2.0 to 1.2.3. Commits 6457d74 1.2.3 38a4d1c even more aggressive checks for protocol pollution 13c01a5 more failing proto pollution tests f34df07 1.2.2 67d3722 cleanup 63e7ed0 don't assign...

dependencies

Hi, I've been using `react-three-renderer` with a lot of joy for a project, but have stumbled on an issue I can't seem to solve. I noticed that when [`uniforms`](https://github.com/toxicFork/react-three-renderer/wiki/shaderMaterial#uniforms) are...

bug

If webGL is not available it should fallback to CanvasRenderer, but I get following error instead. ``` three.js:33665THREE.CanvasRenderer has been moved to /examples/js/renderers/CanvasRenderer.js ``` @rana3012 any idea what might be...

bug

Hey, I don't really like using this place for help and not bugs etc... but I'm really struggling get a sprite to display. Does someone have an example of working...

Hi, are there any plans to support React 16.0.0? After updating I've got an error: ``` Module not found: Can't resolve 'react/lib/ReactComponentWithPureRenderMixin' in '/home/project/frontend/node_modules/react-three-renderer/lib' ``` If so - are there...

dependencies

How would one use the [THREE.MeshLine library](https://github.com/spite/THREE.MeshLine) with react-three-renderer? This was my attempt: ``` class MeshLineExample extends React.Component { render() { let meshLine = new MeshLine(); var geometry = new...

I'm having some trouble with passing the context (for Redux's `store`) into a react-three-renderer component. I'm trying to use Redux's `connect()` on a component that returns an `object3d`, but it's...

bug

Hi, I'm new to threejs and facing the above error in the code while executing the below code. Can someone help? `import React, { Component } from 'react'; import React3...

Hello I find this when I am exploring integration with electron and three.js-editor. I developed a project using react, mobx, mobx-react and three (es6, webpack). For me, three provides scene...

Dear all, I would be grateful if you have a look to the following error while I am going to compile my app and let me know your point of...