Izzimach / react-three-legacy

React bindings to create and control a 3D scene using three.js
Other
1.52k stars 128 forks source link

allow to specify custom renderer props #99

Closed macrozone closed 7 years ago

macrozone commented 7 years ago

You can now specify more properties for the internal WebGLRenderer. see https://threejs.org/docs/#Reference/Renderers/WebGLRenderer

I needed this to specify preserveDrawingBuffer which is needed to use canvas.toDataUrl