Package com.luciad.format.object3d
Interface ILcdStyled3DMesh
- All Superinterfaces:
ILcd3DMesh
,ILcdBounded
- All Known Implementing Classes:
TLcdOpenFlightDegreeOfFreedomNode
,TLcdOpenFlightGeometryNode
,TLcdOpenFlightGroupNode
,TLcdOpenFlightLevelOfDetailNode
,TLcdOpenFlightObjectNode
,TLcdOpenFlightSubFaceNode
An extension of ILcd3DMesh that can provide an ILcd3DMeshStyle for every
primitive.
-
Method Summary
Modifier and TypeMethodDescriptiongetStyleForPrimitive
(int aPrimitiveIndex) Returns the style associated with the specified primitive.Methods inherited from interface com.luciad.format.object3d.ILcd3DMesh
getColorCount, getColorSFCT, getNormalCount, getNormalSFCT, getPrimitive, getPrimitiveCount, getTexCoordCount, getTexCoordSFCT, getVertexCount, getVertexSFCT
Methods inherited from interface com.luciad.shape.ILcdBounded
getBounds
-
Method Details
-
getStyleForPrimitive
Returns the style associated with the specified primitive.- Parameters:
aPrimitiveIndex
- the index of the requested primitive- Returns:
- an ILcd3DMeshStyle
-