cullFaces(...)
cullFaces(val: CullFaces): this;
Sets which faces to cull from rendering.
Default value: Z.CullFaces.inherit
Parameters
Parameter | Type | Description |
---|---|---|
val | Z.CullFaces | The faces to cull. |
Returns
this
cullFaces(val: CullFaces): this;
Sets which faces to cull from rendering.
Default value: Z.CullFaces.inherit
Parameter | Type | Description |
---|---|---|
val | Z.CullFaces | The faces to cull. |
this