dmsurti / AssimpKit

A library (macOS, iOS) that converts the files supported by Assimp to Scene Kit scenes.
http://assimpkit.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
474 stars 54 forks source link

Integrate Model IO #16

Open dmsurti opened 7 years ago

dmsurti commented 7 years ago

This should use Model IO for these files: obj, stl, ply, usd, abc instead of Assimp.

-[ ] Need to check if these files are processed internally just like dae files. If not, then we can directly use Model IO for the files it supports.

dmsurti commented 6 years ago

When implemented: fixes #96 and #76.