|
@@ -471,6 +471,16 @@
|
|
|
scissor area will be affected by further renderer actions.
|
|
|
</p>
|
|
|
|
|
|
+ <h3>[method:null setOpaqueSort]( [param:Function method] )</h3>
|
|
|
+ <p>
|
|
|
+ Sets the costum opaque sort function for the WebGLRenderLists. Pass null to use the default painterSortStable function.
|
|
|
+ </p>
|
|
|
+
|
|
|
+ <h3>[method:null setTransparentSort]( [param:Function method] )</h3>
|
|
|
+ <p>
|
|
|
+ Sets the costum transparent sort function for the WebGLRenderLists. Pass null to use the default reversePainterSortStable function. In some cases the transparent materials sort may get rendered in the wrong order. This issue may cause materials to rendere behind other materials instead of the front of them and vice versa.
|
|
|
+ </p>
|
|
|
+
|
|
|
<h3>[method:null setSize]( [param:Integer width], [param:Integer height], [param:Boolean updateStyle] )</h3>
|
|
|
<p>
|
|
|
Resizes the output canvas to (width, height) with device pixel ratio taken into account,
|