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
ILsp3DIconthat paints the 3D bounds of a delegateILcdBoundedobject.An implementation ofILsp3DIconthat paints anILcd3DMesh.
TLspShapePaintercan deal withILcd3DMesh.