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

Add tests #6

Closed dmsurti closed 7 years ago

dmsurti commented 7 years ago

Use assimp model files, also update the license accordingly.

Import each model file using the assimp API. Loop through assimp scene graph and check the generated SCNScene using AssimpImporter has all the nodes with the correct geometry, materials, lights, cameras and animations. No need to test the granular details such as that of geometry or animation.