|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlogic.TextureLoader
public class TextureLoader
class providing a static function to load a image as JOGL texture
Constructor Summary | |
---|---|
TextureLoader()
|
Method Summary | |
---|---|
static com.sun.opengl.util.texture.Texture |
load(java.lang.String fileName)
Texture loader utilizes JOGL's provided utilities to produce a texture. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TextureLoader()
Method Detail |
---|
public static com.sun.opengl.util.texture.Texture load(java.lang.String fileName)
fileName
- relative filename from execution point
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |