Adverti horiz upsell

COLLADA to BVH 1.0.0

XSL transformation from COLLADA animation to BVH

License
Button download
763 Downloads

Operating Systems

  • Linux
  • Solaris
  • Windows

History

Created:05/09/2007
Last Modified:05/09/2007
File Size: 14 KB
XSL transformation to convert a COLLADA file to a BVH (Biovision Hierarchy) file.

COLLADA and BVH are both standard animation file formats. BVH is an older format used for motion capture data. COLLADA is a general 3D asset file format, a subset of which can be used for motion capture data.

This transformation is not intended to handle all animations and poses possible in a COLLADA file. The COLLADA format is much more flexible than the BVH format.

+ Limitations
  - Does not handle rotation order conversions. It expects an X-Y-Z
    rotation order for the input animations.
  - Requires a single animation clip, with a uniform time step between each
    sample. All channels should have the same number of samples, or we will
    zero pad them for the BVH output.
  - Does not include any rotations that are part of the COLLADA node tree.
    Since COLLADA can specify any number of composed rotations this would
    be outside the scope of this transformation.
   
+ Usage
  - Requires an XSLT processor. You could try "xsltproc" available
    at https://www.xmlsoft.org/XSLT/.
    xsltproc collada_to_bvh.xsl take.dae >take.bvh
  - Or, use your web browser. See an example of this at
    https://www.motionnode.com/tools/take.dae . This file is transformed
    to a BVH by your web browser if it supports XSLT.
    Simply add the directive to the preamble of your COLLADA document,
    <?xml-stylesheet type="text/xsl" href="collada_to_bvh.xsl"?>

Updates available at https://www.motionnode.com/tools.html.


Please use the Bug System to report any bugs.
Please use the Feature Requests to give me ideas.
Please use the Support Forum if you have any questions or problems.
Please rate and review in the Review section.

People who favorited this item:

  • anselmlier
    anselmlier