Class ColladaAbstractObject

    • Constructor Detail

      • ColladaAbstractObject

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

      • getLocalExtent

        public Box getLocalExtent​(ColladaTraversalContext tc)
        Returns this renderable's model coordinate extent.
        Parameters:
        tc - The traversal context to use when determining the extent.
        Returns:
        The model coordinate extent.
        Throws:
        java.lang.IllegalArgumentException - if either the traversal context is null.