Maven module :un.storage : model3d-xna :
Class : un.storage.model3d.xna.mesh.XNAMeshConstants
Extends/Implements : -
Subclasses : -

XPS/Mesh constants.
author  Johann Sorel


Variables : SIGNATURE, VERSION_TYPE_0, VERSION_TYPE_4
Functions : -



If version is VERSION_TYPE_1,
file will start by this signature.
MAGIC = -96,-18
followed by :
MAJOR VERSION = 2 bytes
MINOR VERSION = 2 bytes
UPDATE VERSION = 2 bytes
public byte[] SIGNATURE


XPS/Mesh files without header.
public int VERSION_TYPE_0


XPS/Mesh files with header.
Use in XNA version 4+
public int VERSION_TYPE_4