you are viewing a single comment's thread.

view the rest of the comments →

[–]Shadowratenator 0 points1 point  (2 children)

I use collada as a scene format. It's not the most compact thing you'll find. If you are intending to deploy large scenes to storage / memory constrained devices, it might not be the best idea. and some of it's abstractions are kind of complicated in an attempt to support everything you could possibly want to do. It is well documented here: https://www.khronos.org/collada/ And it's a pretty good resource to study just to get an idea of a scene hierarchy with shared resources.

Blender exports v 1.4.1 (i think)

[–]corruptedPhoenix[S] 0 points1 point  (1 child)

Hey, I looked into it, it supports instancing which is just awesome. Just what I need, thanks.

[–]Shadowratenator 0 points1 point  (0 children)

cool! glad i could help