Members
-
ComponentDatatype
-
WebGL component datatypes. Components are intrinsics, which form attributes, which form vertices.
-
defaultFramebuffer :Object
-
Gets an object representing the currently bound framebuffer. While this instance is not an actual
Framebuffer
, it is used to represent the default framebuffer in calls toContext.createTexture2DFromFramebuffer
.Source: Renderer/Context.js, line 923 -
IndexDatatype
-
Constants for WebGL index datatypes. These corresponds to the
type
parameter of drawElements.Source: Core/IndexDatatype.js, line 18 -
ModelAnimationLoop
-
Determines if and how a glTF animation is looped.