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 light support #46

Open dmsurti opened 7 years ago

dmsurti commented 7 years ago

Current importing lights causes the serialization to fail. This has been disabled for now, as after exporting to scene kit, using the Xcode scene editor, the scene can be edited. But lighting support needs to be added back, at least optionally.

Related PR's: #43