add getRenderLists() method to WebGLRenderer
@@ -212,6 +212,11 @@
Used internally by the renderer to keep track of various sub object properties.
</div>
+ <h3>[property:WebGLRenderLists renderLists]</h3>
+ <div>
+ Used internally to handle ordering of scene object rendering.
+ </div>
+
<h3>[property:WebGLShadowMap shadowMap]</h3>
<div>
This contains the reference to the shadow map, if used.
@@ -343,6 +343,7 @@ function WebGLRenderer( parameters ) {
this.capabilities = capabilities;
this.extensions = extensions;
this.properties = properties;
+ this.renderLists = renderLists;
this.state = state;
// shadow map