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 |