Class

TypesConverter

TypesConverter()

Class to convert types between the library and WebGL

Constructor

Members

Map

static blendingEquationToConstant

Correspondance between a blending equation and an equivalent WebGL equation

View Source Renderers/WebGL/TypesConverter.js, line 138

Map

static blendingFactorToConstant

Correspondance between blending value and WebGL constants.

View Source Renderers/WebGL/TypesConverter.js, line 131

Map

static depthFunctionToConstant

Correspondance between a depth function and an equivalent WebGL function

View Source Renderers/WebGL/TypesConverter.js, line 145

Map

static drawingModeToConstant

Correspondance between a drawing mode and an equivalent WebGL mode

View Source Renderers/WebGL/TypesConverter.js, line 152

Map

static stencilFunctionToConstant

Correspondance between a stencil function and an equivalent WebGL function

View Source Renderers/WebGL/TypesConverter.js, line 159

Map

static stencilOperationToConstant

Correspondance between a stencil operation and an equivalent WebGL operation

View Source Renderers/WebGL/TypesConverter.js, line 166

Map

static streamTypeToConstant

Correspondance between a stream type and an equivalent WebGL type

View Source Renderers/WebGL/TypesConverter.js, line 180

Map

static vertexTypeToConstant

Correspondance between a vertex type and an equivalent WebGL type

View Source Renderers/WebGL/TypesConverter.js, line 173