Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: added missing transmissive member to WebGLRenderList (#127)
* fix: 2nd parameter on WebGLRenderLists.get should be a number The second parameter of WebGLRenderLists.get() should be a number indicating the render call depth. Three.js source line here: https://github.com/mrdoob/three.js/blob/68b5f4f0cc279b6b7c61205aeda72b995a3642f5/src/renderers/webgl/WebGLRenderLists.js#L205 * fix: WebGLRenderLists added missing transmissive member Co-authored-by: Tom <[email protected]>
- Loading branch information