Uses of Class
com.luciad.format.object3d.TLcd3DMeshStyleBuilder
Packages that use TLcd3DMeshStyleBuilder
Package
Description
This package defines interfaces for the modelling of arbitrary 3D geometries.
-
Uses of TLcd3DMeshStyleBuilder in com.luciad.format.object3d
Methods in com.luciad.format.object3d that return TLcd3DMeshStyleBuilderModifier and TypeMethodDescriptionSets the ambient color of the style to be built.Sets the diffuse color of the style to be built.TLcd3DMeshStyleBuilder.doubleSided
(boolean aDoubleSided) Specifies whether or not the style is double sided.Sets the emissive color of the style to be built.TLcd3DMeshStyleBuilder.shininess
(double aShininess) Sets the specular exponent of the style to be built.Sets the specular color of the style to be built.TLcd3DMeshStyleBuilder.textureSource
(String aTextureSourceName) Sets the source name of the texture image to be used with the style.TLcd3DMeshStyleBuilder.transparent
(boolean aTransparent) Specifies whether or not the style requires transparency.