Class ColladaAnimUtils

java.lang.Object
com.ardor3d.extension.model.collada.jdom.ColladaAnimUtils

public class ColladaAnimUtils extends Object
Methods for parsing Collada data related to animation, skinning and morphing.
  • Constructor Details

  • Method Details

    • parseLibraryAnimations

      public void parseLibraryAnimations(org.jdom2.Element colladaRoot)
      Parse all animations in library_animations
      Parameters:
      colladaRoot - the collada root element
    • getElementString

      public static String getElementString(org.jdom2.Element e, int maxDepth)
      Util for making a readable string out of a xml element hierarchy
      Parameters:
      e - the element
      maxDepth - the maximum depth
      Returns:
      the element string
    • getElementString

      public static String getElementString(org.jdom2.Element e, int maxDepth, boolean showDots)