text
stringlengths
0
8.81k
number
Triangle fan primitive where each vertex (or index) after the first two connect to
the previous vertex and the first vertex forming a triangle. For example, this can be used
to model a cone or circle.
constant ReferenceFrame : number
engine/Source/Core/ReferenceFrame.js 6
Constants for identifying well-known reference frames.
Properties:
Name
Type
Description
FIXED
number
The fixed frame.
INERTIAL
number
The inertial frame.
constant RequestState : number
engine/Source/Core/RequestState.js 6
State of the request.
Properties:
Name
Type
Description
UNISSUED
number
Initial unissued state.
ISSUED
number
Issued but not yet active. Will become active when open slots are available.
ACTIVE
number
Actual http request has been sent.
RECEIVED
number
Request completed successfully.