cullFace method

void cullFace(
  1. GLenum mode
)

The WebGLRenderingContext.cullFace() method of the WebGL API specifies whether or not front- and/or back-facing polygons can be culled.

Implementation

external void cullFace(GLenum mode);