You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is there a way to provide constructor params when instantiating a renderer with Trois? There are some options that can only be provided when the rendered is instantiated, e.g. preserveDrawingBuffer.
There isn't a way right now, but that's a good idea for a feature - the renderer's instantiation is hardcoded here, so that'd be the place to change it. @klevron I can take a look at this in the next week or two, let me know if you'd prefer to take it!
is there a way to provide constructor params when instantiating a renderer with Trois? There are some options that can only be provided when the rendered is instantiated, e.g.
preserveDrawingBuffer
.ref: https://threejs.org/docs/#api/en/renderers/WebGLRenderer.preserveDrawingBuffer
The text was updated successfully, but these errors were encountered: