md3.md3view
Class MD3GLMesh

java.lang.Object
  |
  +--md3.md3model.MD3Mesh
        |
        +--md3.md3view.MD3GLMesh

public class MD3GLMesh
extends MD3Mesh

This class extends MD3Mesh objects with OpenGL specific state.

Author:
Erwin Vervaet (erwin@cs.kuleuven.ac.be)
See Also:
Serialized Form

Field Summary
 boolean GLDepthMask
          Parameter to DepthMask function.
 int GLDstBlendFunc
          Destination parameter to BlendFunc function.
 int GLSrcBlendFunc
          Source parameter to BlendFunc function.
 
Fields inherited from class md3.md3model.MD3Mesh
id, meshFrameNum, meshFrames, meshSize, meshVertexNormals, name, textureCoord, textureNum, textures, textureStart, texVecStart, triangleNum, triangles, triangleStart, vertexNum, vertexStart
 
Constructor Summary
protected MD3GLMesh(java.io.DataInput din)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GLSrcBlendFunc

public int GLSrcBlendFunc

Source parameter to BlendFunc function.


GLDstBlendFunc

public int GLDstBlendFunc

Destination parameter to BlendFunc function.


GLDepthMask

public boolean GLDepthMask

Parameter to DepthMask function.

Constructor Detail

MD3GLMesh

protected MD3GLMesh(java.io.DataInput din)
             throws java.io.IOException