Property | Type | Description | |
---|---|---|---|
Mesh | MeshStruct | ||
ParentMatrix | System.Matrix | ||
RawTriangles | List |
||
TempMatrix | System.Matrix | ||
Vertices | List |
||
kdNodes | List |
Method | Description | |
---|---|---|
DeserializeDump ( byte raw, int start ) : void | ||
Process3DClick ( System.Vector3 org, System.Vector3 dir, float max ) : float | ||
ReadBoundings ( byte memory ) : void | ||
ReadBuffers ( byte memory ) : void | ||
ReadEdges ( byte memory ) : void | ||
ReadEnd ( byte memory ) : void | ||
ReadIndexBuffer ( byte memory ) : void | ||
ReadMaterials ( byte memory ) : void | ||
ReadRawTris ( byte memory ) : void | ||
ReadVerts ( byte memory ) : void | ||
ReadkDOPTree ( byte memory ) : void | ||
Render ( Device device ) : void | ||
SetSelection ( bool s ) : void | ||
StaticMesh ( PCCPackage Pcc, int index, System.Matrix transform ) : System | ||
ToTree ( ) : |
||
UnknownPart ( byte memory ) : void |
Method | Description | |
---|---|---|
MakeMesh ( Section sec ) : Section |
public DeserializeDump ( byte raw, int start ) : void | ||
raw | byte | |
start | int | |
return | void |
public Process3DClick ( System.Vector3 org, System.Vector3 dir, float max ) : float | ||
org | System.Vector3 | |
dir | System.Vector3 | |
max | float | |
return | float |
public ReadIndexBuffer ( byte memory ) : void | ||
memory | byte | |
return | void |
public StaticMesh ( PCCPackage Pcc, int index, System.Matrix transform ) : System | ||
Pcc | PCCPackage | |
index | int | |
transform | System.Matrix | |
return | System |