graphics-formats-collada-0.3.1: Load 3D geometry in the COLLADA format

Graphics.Formats.Collada

Synopsis

Documentation

data Config Source

Constructors

Config 

load :: Config -> String -> IO (IO ())Source

Loads a COLLADA file from a file's contents (not the filename) and returns an action that draws the model. This will throw an IO exception if anything went wrong during the process.

pathTextureLoader :: String -> String -> IO TextureObjectSource

Takes a prefix and returns a texture loader that prepends the prefix to the path and loads from disk.