|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcodeanticode.glgraphics.GLTextureGrid
public class GLTextureGrid
| Field Summary | |
|---|---|
protected GL |
gl
|
protected float[] |
gridDX
|
protected float[] |
gridDY
|
protected int |
numLayers
|
protected int |
resX
|
protected int |
resY
|
| Constructor Summary | |
|---|---|
GLTextureGrid(GL gl)
|
|
GLTextureGrid(GL gl,
XMLElement xml)
|
|
| Method Summary | |
|---|---|
protected void |
initGrid()
|
protected void |
initGrid(XMLElement xml)
|
void |
render(int w,
int h,
int l)
|
protected void |
setTexCoord(int i,
int j,
int l)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected GL gl
protected int resX
protected int resY
protected int numLayers
protected float[] gridDX
protected float[] gridDY
| Constructor Detail |
|---|
public GLTextureGrid(GL gl)
public GLTextureGrid(GL gl,
XMLElement xml)
| Method Detail |
|---|
public void render(int w,
int h,
int l)
protected void setTexCoord(int i,
int j,
int l)
protected void initGrid()
protected void initGrid(XMLElement xml)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||