Skip to content

Larbino1/DigitalAssetExchangeFormatIO.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DigitalAssetExchangeFormatIO

Build Status

An incomplete parser for .dae files. Was built to load meshes for a robot model to visualize the model using GLMakie, and thus supports a small subset of the features of the format, enough to load simple meshes, materials and visual scenes.

Notably it does NOT support light sources, cameras, or textures, but contributions are welcome!

To enable DAE loading with FileIO you must run

using FileIO
using UUIDs
FileIO.add_format(format"DAE", (), ".dae", [:DigitalAssetExchangeFormatIO => UUID("43182933-f65b-495a-9e05-4d939cea427d")])

which will return a DAEScene.

COLLADA standard: [https://www.khronos.org/files/collada_spec_1_5.pdf]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages