WebGLRenderList class
Methods
-
finish()
→ void
-
-
getNextRenderItem(Object3D object, BufferGeometry? geometry, Material? material, int groupOrder, double z, Map<String, dynamic>? group)
→ RenderItem
-
-
init()
→ void
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
painterSortStable(RenderItem a, RenderItem b)
→ int
-
-
push(Object3D object, BufferGeometry geometry, dynamic material, int groupOrder, double z, Map<String, dynamic>? group)
→ void
-
-
reversePainterSortStable(RenderItem a, RenderItem b)
→ int
-
-
sort(dynamic customOpaqueSort, dynamic customTransparentSort)
→ void
-
-
toString()
→ String
-
A string representation of this object.
inherited
-
unshift(Object3D object, BufferGeometry? geometry, Material material, int groupOrder, double z, Map<String, dynamic>? group)
→ void
-