메소드 |
설명 |
|
Deserialize ( OpenMetaverse.StructuredData.OSD cachedMesh ) : void |
|
|
GetCentroid ( ) : System.Vector3 |
|
|
Mesh ( ulong key ) : System |
|
|
Serialize ( ) : OpenMetaverse.StructuredData.OSD |
|
|
Set ( List vertices, List faces ) : void |
|
|
getIndexListAsInt ( ) : int[] |
|
|
getIndexListAsPtrToIntArray ( IntPtr &indices, int &triStride, int &indexCount ) : void |
|
|
getVertexListAsFloat ( ) : float[] |
|
|
getVertexListAsPtrToFloatArray ( IntPtr &vertices, int &vertexStride, int &vertexCount ) : void |
|
|
releasePinned ( ) : void |
|
|
releaseSourceMeshData ( ) : void |
frees up the source mesh data to minimize memory - call this method after calling get*Locked() functions |
|
setIndexListAsInt ( List faces ) : void |
|
|