|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jagatoo.loaders.models.bsp.lumps.BSPTexInfo
public class BSPTexInfo
An edge. BSP v30 (Half-Life) only!
| Field Summary | |
|---|---|
int |
flags
Not sure what this is for - seems to always be 0. |
float[] |
s
1st row of texture matrix - multiply by vert location to get texcoords. |
float[] |
t
2nd row of texture matrix - multiply by vert location to get texcoords. |
int |
textureID
Index into textures lump. |
| Constructor Summary | |
|---|---|
BSPTexInfo()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public float[] s
public float[] t
public int textureID
public int flags
| Constructor Detail |
|---|
public BSPTexInfo()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||