Method | Description | |
---|---|---|
ExportMesh ( Axiom.Core.Mesh mesh, string fileName ) : void |
Exports a mesh to the file specified.
|
|
GetDependencyInfo ( Stream stream, Axiom.Core.Mesh mesh ) : |
||
ImportMesh ( Stream stream, Axiom.Core.Mesh mesh ) : void |
Imports mesh data from a .mesh file.
|
|
MeshSerializer ( ) : System |
Default constructor.
|
public ExportMesh ( Axiom.Core.Mesh mesh, string fileName ) : void | ||
mesh | Axiom.Core.Mesh | Reference to the mesh to export. |
fileName | string | The destination filename. |
return | void |
public GetDependencyInfo ( Stream stream, Axiom.Core.Mesh mesh ) : |
||
stream | Stream | |
mesh | Axiom.Core.Mesh | |
return |
public ImportMesh ( Stream stream, Axiom.Core.Mesh mesh ) : void | ||
stream | Stream | The stream holding the .mesh data. Must be initialised (pos at the start of the buffer). |
mesh | Axiom.Core.Mesh | Reference to the Mesh object which will receive the data. Should be blank already. |
return | void |