Class ColladaBindMaterial

  • All Implemented Interfaces:
    XMLEventParser

    public class ColladaBindMaterial
    extends ColladaAbstractObject
    Represents the COLLADA bind_material element, and provides access to its contents.
    • Constructor Detail

      • ColladaBindMaterial

        public ColladaBindMaterial​(java.lang.String ns)
        Construct an instance.
        Parameters:
        ns - the qualifying namespace URI. May be null to indicate no namespace qualification.
    • Method Detail

      • getTechniqueCommon

        public ColladaTechniqueCommon getTechniqueCommon()
        Indicates the technique_common element of the bind material.
        Returns:
        Technique common element, or null if none is set.