Package com.luciad.view.lightspeed.painter.mesh
package com.luciad.view.lightspeed.painter.mesh
Provides a painting support for 3D meshes. Such meshes can be loaded from, for
instance, OpenFlight or OBJ files and can then be treated either as a
georeferenced object or as an icon.
The 3D meshes are represented by instances of the ILsp3DIcon
interface. They can be painted with the TLspShapePainter
,
while using a TLsp3DIconStyle
.
- Since:
- 2012.0
-
ClassDescriptionInterface for a 3D icon that can be rendered to an ILcdGLDrawable.Deprecated.An
ILsp3DIcon
that paints the 3D bounds of a delegateILcdBounded
object.An implementation ofILsp3DIcon
that paints anILcd3DMesh
.
TLspShapePainter
can deal withILcd3DMesh
.