zacharycarter / zengine

2D | 3D Game development library
156 stars 13 forks source link

glTF assets #1

Closed define-private-public closed 6 years ago

define-private-public commented 6 years ago

Hey, I'm not sure if you read that article posted by the Godot team, but they mentioned glTF as an asset spec. It doesn't look that bad and might be useful for zengine:

https://github.com/KhronosGroup/glTF/tree/master/specification/2.0

zacharycarter commented 6 years ago

Assimp may already have this feature: https://github.com/assimp/assimp/pull/697

I'm not sure if it supports 2.0 or not but I can try if I can find a sample gltf 2.0 asset

zacharycarter commented 6 years ago

Nevermind, it looks like it's still a WIP - https://github.com/assimp/assimp/issues/1301 - I'd rather wait till assimp supports this rather than try to implement it myself.

Either way thank you for bringing this to my attention, wasn't aware of it previously.

define-private-public commented 6 years ago

Might be good to close this then. I'll leave it up to you.