es.ucm.look.ar.ar3D.core.drawables.primitives.extra
Class ImagePrimitive

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

public class ImagePrimitive
extends SquarePrimitive


Field Summary
static java.lang.String NAME
           
 
Constructor Summary
ImagePrimitive()
           
 
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

NAME

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

ImagePrimitive

public ImagePrimitive()
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 SquarePrimitive
Parameters:
gl - GL10 context