Package | Description |
---|---|
gov.nasa.worldwind.render | |
gov.nasa.worldwind.render.airspaces |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<Geometry> |
RigidShape.ShapeData.meshes
Holds the computed tessellation of the shape in model coordinates.
|
Modifier and Type | Method and Description |
---|---|
Geometry |
RigidShape.ShapeData.getMesh() |
Geometry |
RigidShape.ShapeData.getMesh(int index) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Geometry> |
RigidShape.ShapeData.getMeshes() |
Modifier and Type | Method and Description |
---|---|
void |
RigidShape.ShapeData.addMesh(Geometry mesh) |
void |
RigidShape.ShapeData.addMesh(int index,
Geometry mesh) |
protected void |
Ellipsoid.makeEllipsoid(double a,
double b,
double c,
int subdivisions,
Geometry dest)
Generates ellipsoidal geometry, including the vertices, indices, normals and texture coordinates, tessellated
with the specified number of divisions.
|
protected void |
Ellipsoid.makeUnitSphere(int subdivisions,
Geometry dest)
Generates a unit sphere geometry, including the vertices, indices, normals and texture coordinates, tessellated
with the specified number of divisions.
|
void |
RigidShape.ShapeData.setMesh(Geometry mesh) |
Modifier and Type | Method and Description |
---|---|
protected void |
Box.makeUnitBox(int subdivisions,
java.util.List<Geometry> meshes)
Generates a unit box geometry, including the vertices, indices, normals and texture coordinates, tessellated with
the specified number of divisions.
|
protected void |
Cone.makeUnitCone(int subdivisions,
java.util.List<Geometry> meshes)
Generates a unit cone geometry, including the vertices, indices, normals and texture coordinates, tessellated
with the specified number of divisions.
|
protected void |
Cylinder.makeUnitCylinder(int subdivisions,
java.util.List<Geometry> meshes)
Generates a unit cylinder geometry, including the vertices, indices, normals and texture coordinates, tessellated
with the specified number of divisions.
|
protected void |
Pyramid.makeUnitPyramid(int subdivisions,
java.util.List<Geometry> meshes)
Generates a unit pyramid geometry, including the vertices, indices, normals and texture coordinates, tessellated
with the specified number of divisions.
|
protected void |
Wedge.makeUnitWedge(int subdivisions,
java.util.List<Geometry> meshes)
Generates a unit wedge geometry, including the vertices, indices, normals and texture coordinates, tessellated
with the specified number of divisions.
|
void |
RigidShape.ShapeData.setMeshes(java.util.List<Geometry> meshes) |
Modifier and Type | Method and Description |
---|---|
Geometry |
Polygon.PolygonGeometry.getFillIndexGeometry() |
Geometry |
Curtain.CurtainGeometry.getFillIndexGeometry() |
Geometry |
Polygon.PolygonGeometry.getOutlineIndexGeometry() |
Geometry |
Curtain.CurtainGeometry.getOutlineIndexGeometry() |
Geometry |
Polygon.PolygonGeometry.getVertexGeometry() |
Geometry |
Curtain.CurtainGeometry.getVertexGeometry() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractAirspace.drawGeometry(DrawContext dc,
Geometry indices,
Geometry vertices) |
protected boolean |
AbstractAirspace.isExpired(DrawContext dc,
Geometry geom) |
protected void |
SphereAirspace.makeSphere(double radius,
int subdivisions,
Geometry dest) |
protected void |
AbstractAirspace.updateExpiryCriteria(DrawContext dc,
Geometry geom) |