Uses of Interface
com.luciad.format.object3d.ILcd3DMeshNode
Package
Description
This package defines interfaces for the modelling of arbitrary 3D geometries.
Provides a domain model for the OpenFlight format.
-
Uses of ILcd3DMeshNode in com.luciad.format.object3d
Modifier and TypeMethodDescriptionList
<? extends ILcd3DMeshNode> ILcd3DMeshNode.getChildren()
Returns this node's children, or an empty list if the node is a leaf node. -
Uses of ILcd3DMeshNode in com.luciad.format.object3d.openflight.model
Modifier and TypeInterfaceDescriptioninterface
Interface for a generic scene graph node.Modifier and TypeClassDescriptionclass
A Binary Separating Plane node.class
A Degree-Of-Freedom node.class
A external reference.class
A face node.class
Base class for nodes that represent geometry using nested face nodes.class
A group node.class
The root node of an OpenFlight scene database.class
An instance definition node.class
An instance reference node.class
A Level-Of-Detail (LOD) node.class
Basic implementation of ILcdOpenFlightNode.class
An object node.class
A subface node.class
A switch node.class
Base class for nodes that support transformation of their subtrees.class
A vertex node.Modifier and TypeMethodDescriptionList
<? extends ILcd3DMeshNode> TLcdOpenFlightNode.getChildren()