Uses of Class
gov.nasa.worldwind.ogc.collada.ColladaTexture
-
Packages that use ColladaTexture Package Description gov.nasa.worldwind.ogc.collada Provides classes for parsing COLLADA files and streams.gov.nasa.worldwind.ogc.collada.impl Provides classes for rendering COLLADA documents. -
-
Uses of ColladaTexture in gov.nasa.worldwind.ogc.collada
Methods in gov.nasa.worldwind.ogc.collada that return ColladaTexture Modifier and Type Method Description ColladaTextureColladaEffect. getTexture()Indicates the texture specified by this effect.ColladaTextureColladaTextureOrColor. getTexture()Indicates the value of the texture field. -
Uses of ColladaTexture in gov.nasa.worldwind.ogc.collada.impl
Methods in gov.nasa.worldwind.ogc.collada.impl with parameters of type ColladaTexture Modifier and Type Method Description protected java.lang.StringColladaMeshShape. getImageRef(ColladaEffect effect, ColladaTexture texture)Indicates the reference string for an image.
-