|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsnakeprogram3d.display3d.QueryDevice
public class QueryDevice
Queries the system to see if texture3d properties are supported texture3DWidthMax texture3DDepthMax texture3DHeightMax texture3DAvailable textureNonPowerOfTwoAvailable
Field Summary | |
---|---|
int |
MAXD
|
int |
MAXH
|
int |
MAXW
|
boolean |
nonpowersoftwo
|
Constructor Summary | |
---|---|
QueryDevice()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
Prints out the systems 3D capabilities. |
boolean |
test()
Just a test for texture 3D in general. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public boolean nonpowersoftwo
public int MAXW
public int MAXH
public int MAXD
Constructor Detail |
---|
public QueryDevice()
Method Detail |
---|
public boolean test()
public static void main(java.lang.String[] args)
args
- - whatever usually comes in from the cmd line. it isn't used.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |