Uses of Interface
com.luciad.format.object3d.ILcd3DMesh
Package
Description
This package defines interfaces for the modelling of arbitrary 3D geometries.
This package provides decoders for the WaveFront OBJ file format.
Provides a domain model for the OpenFlight format.
Provides a painting support for 3D meshes.
-
Uses of ILcd3DMesh in com.luciad.format.object3d
Modifier and TypeInterfaceDescriptioninterface
An extension of ILcd3DMesh that can provide an ILcd3DMeshStyle for every primitive.Modifier and TypeMethodDescriptionList
<? extends ILcd3DMesh> ILcd3DMeshNode.getMeshes()
Returns the geometry contained in this node, in the form of 3D meshes, or an empty list if this node does not contain any data. -
Uses of ILcd3DMesh in com.luciad.format.object3d.obj
Modifier and TypeMethodDescriptionTLcdOBJMeshDecoder.decodeMesh
(String aSourceName) Decodes a .OBJ file from the specified source. -
Uses of ILcd3DMesh in com.luciad.format.object3d.openflight.model
Modifier and TypeClassDescriptionclass
A Degree-Of-Freedom node.class
Base class for nodes that represent geometry using nested face nodes.class
A group node.class
A Level-Of-Detail (LOD) node.class
An object node.class
A subface node. -
Uses of ILcd3DMesh in com.luciad.view.lightspeed.painter.mesh
ModifierConstructorDescriptionTLspMesh3DIcon
(ILcd3DMesh a3DMesh) Creates a new 3D mesh icon for the given 3D mesh.