|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectes.ucm.look.ar.ar3D.core.drawables.Mesh3D
es.ucm.look.ar.ar3D.core.drawables.primitives.PointPrimitive
public class PointPrimitive
Constructor Summary | |
---|---|
PointPrimitive(Point3 p)
|
Method Summary | |
---|---|
void |
draw(GL10 gl)
Draw the entity into the GL10 context |
void |
setPoint(Point3 p)
|
void |
update(long elapsed)
Updates entity for the elapsed time |
Methods inherited from class es.ucm.look.ar.ar3D.core.drawables.Mesh3D |
---|
getArmarture, setNormalBuffer, setVertexBuffer |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PointPrimitive(Point3 p)
Method Detail |
---|
public void draw(GL10 gl)
Mesh3D
GL10
context
draw
in interface Drawable3D
draw
in class Mesh3D
gl
- GL10
contextpublic void setPoint(Point3 p)
public void update(long elapsed)
Mesh3D
update
in interface Drawable3D
update
in class Mesh3D
elapsed
- elapsed time since last update
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |