simogl.model.modelloader
Class MD2Normals

java.lang.Object
  extended by simogl.model.modelloader.MD2Normals

public class MD2Normals
extends java.lang.Object

This class contains the md2 normals that are beeing referenced by the normal-id in the md2 model file

Author:
Frank Bruns

Field Summary
static float[][] data
          The list of normals
 
Constructor Summary
MD2Normals()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

data

public static float[][] data
The list of normals

Constructor Detail

MD2Normals

public MD2Normals()