Maven module :
un.storage : model3d-md2 :
Class :
un.storage.model3d.md2.MD2Constants
Extends/Implements :
-
Subclasses :
-
MD2 format constants.
author
Johann Sorel
Variables :
SIGNATURE
,
BSIGNATURE
,
NORMALS
Functions :
-
A "magic number" used to identify the file. The magic number
is 844121161 in decimal (0x32504449 in hexadecimal).
The magic number is equal to the int "IDP2" (id polygon 2),
which is formed by ('I' + ('D' << 8) + ('P' << 16) + ('2' << 24)).
public int
SIGNATURE
public byte[]
BSIGNATURE
Normals list from :
http://tfc.duke.free.fr/coding/src/anorms.h
public float[]
NORMALS
author Johann Sorel