es.ucm.look.ar.ar3D.core.drawables.primitives
Class Cube

java.lang.Object
  extended by es.ucm.look.ar.ar3D.core.drawables.Mesh3D
      extended by es.ucm.look.ar.ar3D.core.drawables.primitives.Cube
All Implemented Interfaces:
Drawable3D

public class Cube
extends Mesh3D


Field Summary
static java.lang.String DRAWABLE_NAME
           
 
Constructor Summary
Cube()
           
 
Method Summary
 void draw(GL10 gl)
          Draw the entity into the GL10 context
 
Methods inherited from class es.ucm.look.ar.ar3D.core.drawables.Mesh3D
getArmarture, setNormalBuffer, setVertexBuffer, update
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DRAWABLE_NAME

public static final java.lang.String DRAWABLE_NAME
See Also:
Constant Field Values
Constructor Detail

Cube

public Cube()
Method Detail

draw

public void draw(GL10 gl)
Description copied from class: Mesh3D
Draw the entity into the GL10 context

Specified by:
draw in interface Drawable3D
Overrides:
draw in class Mesh3D
Parameters:
gl - GL10 context