Maven module :un.storage : model3d-md3 :
Class : un.storage.model3d.md3.model.MD3Header
Extends/Implements : -
Subclasses : -

author  Johann Sorel


Variables : version, name, flags, nbFrames, nbTags, nbSurfaces, nbSkins, offsetFrames, offsetTags, offsetSurfaces, offsetEndOfFile
Functions : read



Int32 */
public int version


0 terminated string, at most 64chars */
public Chars name


Int32 */
public int flags


Int32 maximum of 1024 */
public int nbFrames


Int32 maximum of 16 */
public int nbTags


Int32 maximum of 32 */
public int nbSurfaces


Int32 */
public int nbSkins


Int32 offset to first frame */
public int offsetFrames


Int32 offset to first tag */
public int offsetTags


Int32 offset to first surface */
public int offsetSurfaces


Int32 offset to eof */
public int offsetEndOfFile


public void read (DataInputStream ds)