Maven module :un.engine : engine-opengl :
Class :
un.engine.opengl.mesh.GeometryMesh
Extends/Implements :
un.engine.opengl.mesh.Mesh
Subclasses : -
Variables : -
Functions :
GeometryMesh,
GeometryMesh,
GeometryMesh,
getGeometry,
updateGeometry,
getNbRing,
setNbRing,
getNbSector,
setNbSector,
getShape,
buildShell,
canHandle
public void
GeometryMesh (Geometry geometry)
public void
GeometryMesh (Geometry geometry, int nbSector)
public void
GeometryMesh (Geometry geometry, int nbRing, int nbSector)
public Geometry
getGeometry ()
public void
updateGeometry (Geometry geom)
public int
getNbRing ()
public void
setNbRing (int nbRing)
public int
getNbSector ()
public void
setNbSector (int nbSector)
public Shell
getShape ()
public void
buildShell ()
public boolean
canHandle (Class geometryClass)
author Johann Sorel