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 support for embedded textures #63

Closed dmsurti closed 6 years ago

dmsurti commented 6 years ago

FBX, blend files for example can contain embedded textures. Implement the detection of such embedded textures and applying those.

dmsurti commented 6 years ago

Fixed in #64