Skip to content

v1.0.3

Compare
Choose a tag to compare
@cdyk cdyk released this 06 Jan 22:37
· 11 commits to master since this release
f0d361f

Two features for simplifying hierarchy in GLTF exports:

  • Flatten the hierarchy using a regex: Remove all nodes without name that matches a regex, attributes and geometries are moved to the nearest ancestor that is kept.
  • Optionally let GLTF export merge geometries under a node into a common frame, avoiding the creation of helper nodes that hold individual geometries transform.