JuliaGeometry / OldMeshes.jl

A collection of tools for working with Meshes
Other
20 stars 12 forks source link

add three.js JSON format 3 support #27

Closed jaakkor2 closed 9 years ago

jaakkor2 commented 9 years ago

Added import and export for three.js JSON format 3 described in https://github.com/mrdoob/three.js/wiki/JSON-Model-format-3

Support now only for vertices and faces. Hopefully in the future more can be supported as a result of #21. Possible would be material, uvs, vertex uvs, normal, vertex normals, color, vertex colors. and morphtargets.

coveralls commented 9 years ago

Coverage Status

Coverage decreased (-0.99%) when pulling c9c93921745052999dfceb88ba543c3126eb44e8 on jaakkor2:master into 3027e50e26721832541693591bebc4ba7c6ed342 on twadleigh:master.

sjkelly commented 9 years ago

Sorry I missed this. This is a great change, thanks!