|
| BufferGeometry (EnumPrimitiveType type, long instanceCount) |
|
| BufferGeometry (EnumPrimitiveType type) |
|
EnumPrimitiveType | GetPrimitiveType () |
|
void | SetPrimitiveType (EnumPrimitiveType val) |
|
long | GetInstanceCount () |
|
void | SetInstanceCount (long val) |
|
boolean | GetMultiDraw () |
|
void | SetMultiDraw (boolean val) |
|
AABox | GetBoundingBox () |
|
ArrayBuffer | GetSubDrawIndex () |
|
void | SetSubDrawIndex (ArrayBuffer val) |
|
Int32Buffer | GetSubDrawCount () |
|
void | SetSubDrawCount (Int32Buffer val) |
|
long | GetFlags () |
|
void | SetFlags (long val) |
|
ElementAttribute | GetIndex () |
|
long | GetUpdateVersion () |
|
long | GetVertexCount () |
|
void | SetBoundingBox (AABox box) |
|
boolean | IsEmpty () |
|
void | RequestUpdate () |
|
BufferAttribute | GetAttribute (long idx) |
|
void | AddAttribute (EnumAttributeSemantic loc, EnumAttributeComponents component, ArrayBuffer data) |
|
void | AddAttributeByData (EnumAttributeSemantic loc, EnumAttributeComponents component, ArrayBuffer data) |
|
void | AddAttribute (EnumAttributeSemantic loc, EnumAttributeComponents component, ArrayBufferView data) |
|
void | SetIndex (Uint32Buffer data) |
|
void | SetIndex32 (Uint32Buffer data) |
|
void | SetIndex (Uint16Buffer data) |
|
void | SetIndex16 (Uint16Buffer data) |
|
BufferAttribute | FindAttribute (EnumAttributeSemantic location) |
|
boolean | HasColorAttribute () |
|
boolean | HasAttribute (EnumAttributeSemantic semantic) |
|
void | ComputeBoundingBox () |
|
AABox | GetSafeBoudingBox () |
|
long | GetUuid () |
|