|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jagatoo.loaders.models.bsp.lumps.BSPFace
public class BSPFace
TODO: Insert package comments here
| Field Summary | |
|---|---|
int |
effect
The index for the effects (or -1 = n/a) |
int |
lightmapID
The texture index for the lightmap |
float[][] |
lMapBitsets
The 3D space for s and t unit vectors. |
int[] |
lMapCorner
The face's lightmap corner in the image |
float[] |
lMapPos
The 3D origin of lightmap. |
int[] |
lMapSize
The size of the lightmap section |
int |
meshVertIndex
The index into the first meshvertex |
int |
numMeshVerts
The number of mesh vertices |
int |
numOfVerts
The number of vertices for this face |
int[] |
size
The bezier patch dimensions. |
int |
textureID
The index into the texture array |
int |
type
1 = polygon 2 = patch 3 = mesh 4 = billboard |
int |
vertexIndex
The index into this face's first vertex |
float[] |
vNormal
The face normal. |
| Constructor Summary | |
|---|---|
BSPFace()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int textureID
public int effect
public int type
public int vertexIndex
public int numOfVerts
public int meshVertIndex
public int numMeshVerts
public int lightmapID
public int[] lMapCorner
public int[] lMapSize
public float[] lMapPos
public float[][] lMapBitsets
public float[] vNormal
public int[] size
| Constructor Detail |
|---|
public BSPFace()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||