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

Use post processing flags #37

Closed dmsurti closed 7 years ago

dmsurti commented 7 years ago

The AssimpKit API should support the post processing flags provided by Assimp. https://github.com/assimp/assimp/blob/c98915e38295b7af660f15b43a38a9d6cb390d4f/include/assimp/postprocess.h

mats-claassen commented 5 years ago

Hi @dmsurti, what do you think about adding newer post processing flags like aiProcess_GlobalScale?