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

Apply colors if no texture found #62

Closed dmsurti closed 6 years ago

dmsurti commented 6 years ago

If a material property does not have a texture, it might have a color so apply that color.

dmsurti commented 6 years ago

Fixed in #64