|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.jinx.video.ColorCube
public class ColorCube
Constructor Summary | |
---|---|
ColorCube()
|
|
ColorCube(float scale)
|
Method Summary | |
---|---|
void |
deinit(Context opt)
Deinitializes this Visible, disposing of any resources that it may be using. |
void |
draw(Context opt)
Renders this Visible to glDrawable. |
void |
init(Context opt)
Initializes this Visible, preparing it for rendering. |
static Model |
newColorCubeModel(float scale)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ColorCube()
public ColorCube(float scale)
Method Detail |
---|
public void init(Context opt)
Visible
init
in interface Visible
opt
- describes the rendering options that are being used.public void deinit(Context opt)
Visible
deinit
in interface Visible
opt
- describes the rendering options that are being used.public void draw(Context opt)
Visible
draw
in interface Visible
opt
- describes the rendering options that are being used.public static Model newColorCubeModel(float scale)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |