Uses of Interface
com.luciad.format.object3d.ILcd3DMesh
Packages that use 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
Subinterfaces of ILcd3DMesh in com.luciad.format.object3dModifier and TypeInterfaceDescriptioninterface
An extension of ILcd3DMesh that can provide an ILcd3DMeshStyle for every primitive.Methods in com.luciad.format.object3d that return types with arguments of type ILcd3DMeshModifier 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
Methods in com.luciad.format.object3d.obj that return ILcd3DMeshModifier and TypeMethodDescriptionTLcdOBJMeshDecoder.decodeMesh
(String aSourceName) Decodes a .OBJ file from the specified source. -
Uses of ILcd3DMesh in com.luciad.format.object3d.openflight.model
Classes in com.luciad.format.object3d.openflight.model that implement ILcd3DMeshModifier 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.Methods in com.luciad.format.object3d.openflight.model that return types with arguments of type ILcd3DMesh -
Uses of ILcd3DMesh in com.luciad.view.lightspeed.painter.mesh
Constructors in com.luciad.view.lightspeed.painter.mesh with parameters of type ILcd3DMeshModifierConstructorDescriptionTLspMesh3DIcon
(ILcd3DMesh a3DMesh) Creates a new 3D mesh icon for the given 3D mesh.