module Main where import Graphics.Formats.Collada.ColladaTypes import Graphics.Formats.Collada.GenerateCollada import Graphics.Formats.Collada.GenerateObjects main = genCollada (fst animatedStream) (snd animatedStream) -- (fst animatedCube) (snd animatedCube)