Méthode |
Description |
|
MeshBuffer_Create ( int type ) : IntPtr |
|
|
MeshBuffer_GetBoundingBox ( IntPtr meshb, [ bb ) : void |
|
|
MeshBuffer_GetIndex ( IntPtr meshb, uint nr ) : ushort |
|
|
MeshBuffer_GetIndexCount ( IntPtr meshb ) : int |
|
|
MeshBuffer_GetIndices ( IntPtr meshb, [ indices ) : void |
|
|
MeshBuffer_GetMaterial ( IntPtr meshb ) : IntPtr |
|
|
MeshBuffer_GetVertex ( IntPtr meshb, uint nr ) : IntPtr |
|
|
MeshBuffer_GetVertex2T ( IntPtr meshb, uint nr ) : IntPtr |
|
|
MeshBuffer_GetVertexCount ( IntPtr meshb ) : int |
|
|
MeshBuffer_GetVertexType ( IntPtr meshb ) : VertexType |
|
|
MeshBuffer_SetBoundingBox ( IntPtr meshb, float bb ) : void |
|
|
MeshBuffer_SetIndex ( IntPtr meshb, uint nr, ushort val ) : void |
|
|
MeshBuffer_SetIndices ( IntPtr meshb, ushort indices, int count ) : void |
|
|
MeshBuffer_SetMaterial ( IntPtr meshb, IntPtr material ) : void |
|
|
MeshBuffer_SetVertex ( IntPtr meshb, uint nr, IntPtr vert ) : void |
|
|
MeshBuffer_SetVertex2T ( IntPtr meshb, uint nr, IntPtr vert ) : void |
|
|