Uses of Class
gov.nasa.worldwind.ogc.collada.ColladaInput
-
Packages that use ColladaInput Package Description gov.nasa.worldwind.ogc.collada Provides classes for parsing COLLADA files and streams. -
-
Uses of ColladaInput in gov.nasa.worldwind.ogc.collada
Fields in gov.nasa.worldwind.ogc.collada with type parameters of type ColladaInput Modifier and Type Field Description protected java.util.List<ColladaInput>ColladaAbstractGeometry. inputsInputs for the geometry.protected java.util.List<ColladaInput>ColladaVertices. inputsInputs to the vertices element.Methods in gov.nasa.worldwind.ogc.collada that return ColladaInput Modifier and Type Method Description ColladaInputColladaVertices. getPositionInput()Indicates the input with the semantic "POSITION".Methods in gov.nasa.worldwind.ogc.collada that return types with arguments of type ColladaInput Modifier and Type Method Description java.util.List<ColladaInput>ColladaAbstractGeometry. getInputs()Indicates the inputs that provide vertices, textures coordinates, etc.java.util.List<ColladaInput>ColladaVertices. getInputs()Indicates the vertex inputs.
-