Uses of Class
es.ucm.look.ar.ar3D.core.drawables.Mesh3D

Packages that use Mesh3D
es.ucm.look.ar.ar3D.core.drawables   
es.ucm.look.ar.ar3D.core.drawables.primitives   
es.ucm.look.ar.ar3D.core.drawables.primitives.extra   
es.ucm.look.ar.hud   
 

Uses of Mesh3D in es.ucm.look.ar.ar3D.core.drawables
 

Methods in es.ucm.look.ar.ar3D.core.drawables with parameters of type Mesh3D
 void Entity3D.setDrawable(Mesh3D drawable)
          Sets the drawable for this entity
 

Constructors in es.ucm.look.ar.ar3D.core.drawables with parameters of type Mesh3D
Entity3D(Mesh3D drawable)
          Constructs an entity with a drawable.
 

Uses of Mesh3D in es.ucm.look.ar.ar3D.core.drawables.primitives
 

Subclasses of Mesh3D in es.ucm.look.ar.ar3D.core.drawables.primitives
 class CirclePrimitive
           
 class Cube
           
 class Grid
           
 class LinePrimitive
           
 class LinesLoopPrimitive
           
 class ObjMesh3D
           
 class PointPrimitive
           
 class Ring
           
 class SquarePrimitive
           
 class TrianglePrimitive
           
 

Uses of Mesh3D in es.ucm.look.ar.ar3D.core.drawables.primitives.extra
 

Subclasses of Mesh3D in es.ucm.look.ar.ar3D.core.drawables.primitives.extra
 class ImagePrimitive
           
 

Uses of Mesh3D in es.ucm.look.ar.hud
 

Subclasses of Mesh3D in es.ucm.look.ar.hud
 class Button