|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--md3.md3model.MD3Mesh | +--md3.md3view.MD3GLMesh
This class extends MD3Mesh objects with OpenGL specific state.
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 |
public int GLSrcBlendFunc
Source parameter to BlendFunc function.
public int GLDstBlendFunc
Destination parameter to BlendFunc function.
public boolean GLDepthMask
Parameter to DepthMask function.
Constructor Detail |
protected MD3GLMesh(java.io.DataInput din) throws java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |