Class ColladaUnit

    • Constructor Detail

      • ColladaUnit

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

      • getMeter

        public java.lang.Double getMeter()
        Indicates the value of the "meter" attribute of the unit. This attribute is a scaling factor that converts length units in the COLLADA document to meters (1.0 for meters, 1000 for kilometers, etc.) See COLLADA spec pg. 5-18.
        Returns:
        The scaling factor, or null if none is defined.