|
| PrimitiveShape (BufferGeometry geometry) |
|
| PrimitiveShape (BufferGeometry geometry, MaterialInstance material) |
|
| PrimitiveShape (BufferGeometry geometry, MaterialInstance material, Vector3 color, short lineWidth) |
|
| PrimitiveShape (BufferGeometry geometry, MaterialInstance material, Vector3 color) |
|
long | GetUserId () |
|
void | SetUserId (long val) |
|
long | GetDrawCount () |
|
void | SetDrawCount (long val) |
|
Vector3 | GetUserColor () |
|
void | SetUserColor (Vector3 val) |
|
boolean | GetVisible () |
|
void | SetVisible (boolean val) |
|
short | GetLineWidth () |
|
void | SetLineWidth (short val) |
|
BufferGeometry | GetGeometry () |
|
void | SetGeometry (BufferGeometry val) |
|
MaterialInstance | GetMaterial () |
|
void | SetMaterial (MaterialInstance val) |
|
PrimitiveShape | Clone () |
|
EnumPrimitiveType | GetPrimitiveType () |
|
BufferAttribute | GetPositions () |
|
BufferAttribute | GetNormals () |
|
BufferAttribute | GetTexCoords () |
|
BufferAttribute | GetColors () |
|
ElementAttribute | GetIndex () |
|
AABox | GetBoundingBox () |
|
void | UpdateBoundingBox () |
|
boolean | HasColorAttribute () |
|
void | Transform (Matrix4 trf) |
|
void | RequestUpdate () |
|