@hackage collada-output0.6

Generate animated 3d objects in COLLADA

  • Categories

  • License

    BSD-3-Clause

  • Maintainer

    tillk.vogt@googlemail.com

  • Versions

    • 0.6 Mon, 25 Jul 2011
    • 0.5 Tue, 7 Jun 2011
    • 0.4 Tue, 24 May 2011
    • 0.3 Sat, 26 Mar 2011
    • 0.2 Fri, 8 Oct 2010
    • 0.1 Wed, 29 Sep 2010

Testing this library:

"cabal build" generates an executable that generates a Collada file. GenerateObjects.hs contains examples how to construct objects.

Collada files can be viewed with nearly every major 3d-Tool. For my tests I used ScenixViewer from NVidia, where the green play button on the right plays animations. To see textures you have to copy the .png file to where the Collada-file is generated.

Further improvements:

The data structures are not final, patches or suggestions are welcome. I would enjoy if the 3d graphics libraries on hackage would share data types to allow the combination of libraries. I would even write a patch to YOUR library (if you allow me to). If you make changes to this library, you can test the correctness of the generated files with the Collada refinery (coherency test under "Conditioners").

Changes from 0.1 to 0.2

  • Textures working

0.2 to 0.3

  • Materials working again
  • Vec dependency removed

0.2 to 0.3

  • Animation improved
  • Visualization of a stream of positions. Enumeration of 3-tuples is used as an example