CesiumGS / obj2gltf

Convert OBJ assets to glTF
Apache License 2.0
1.68k stars 303 forks source link

obj to gltf maintaining the grouping #248

Closed sujal23ks closed 3 years ago

sujal23ks commented 3 years ago

I was trying to export obj to gltf but the different groups I have in my obj also need to be maintained after converting to gltf. Do you think there is a way to keep the grouping?

lilleyse commented 3 years ago

@sujal23ks the grouping should be preserved already

o indicates the start of the top-level node g indicates the start of a child node of the most recent o node