Readme for collada-output-0.2

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