Uses of Class
gov.nasa.worldwind.ogc.collada.ColladaInstanceMaterial
-
Packages that use ColladaInstanceMaterial 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 ColladaInstanceMaterial in gov.nasa.worldwind.ogc.collada
Fields in gov.nasa.worldwind.ogc.collada with type parameters of type ColladaInstanceMaterial Modifier and Type Field Description protected java.util.List<ColladaInstanceMaterial>ColladaTechniqueCommon. materialsMaterials contained by this technique.Methods in gov.nasa.worldwind.ogc.collada that return types with arguments of type ColladaInstanceMaterial Modifier and Type Method Description java.util.List<ColladaInstanceMaterial>ColladaTechniqueCommon. getMaterials()Indicates the materials contained by this technique. -
Uses of ColladaInstanceMaterial in gov.nasa.worldwind.ogc.collada.impl
Methods in gov.nasa.worldwind.ogc.collada.impl that return ColladaInstanceMaterial Modifier and Type Method Description protected ColladaInstanceMaterialColladaMeshShape. getInstanceMaterial(ColladaMeshShape.Geometry geometry)Indicates the instance_material element for a geometry.
-