frontFace method

void frontFace(
  1. GLenum mode
)

The WebGLRenderingContext.frontFace() method of the WebGL API specifies whether polygons are front- or back-facing by setting a winding orientation.

Implementation

external void frontFace(GLenum mode);