Class ColladaDocument


  • public class ColladaDocument
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static javax.xml.xpath.XPath xpath  
    • Constructor Summary

      Constructors 
      Constructor Description
      ColladaDocument()  
    • Field Detail

      • xpath

        private static javax.xml.xpath.XPath xpath
    • Constructor Detail

      • ColladaDocument

        public ColladaDocument()
    • Method Detail

      • getGeometryPoints

        public static FloatArray getGeometryPoints​(org.w3c.dom.Document dae,
                                                   java.lang.String id)
      • getGeometryTriangles

        public static IntArray getGeometryTriangles​(org.w3c.dom.Document dae,
                                                    java.lang.String id)