Co-authored-by: aardgoose <angus.sawyer@email.com>
@@ -150,12 +150,6 @@ class RenderList {
}
- getLightsNode() {
-
- return this.lightsNode.fromLights( this.lightsArray );
- }
sort( customOpaqueSort, customTransparentSort ) {
if ( this.opaque.length > 1 ) this.opaque.sort( customOpaqueSort || painterSortStable );