Releases: cdyk/rvmparser
Releases · cdyk/rvmparser
v1.0.4
v1.0.3
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.
v1.0.2
v1.0.1
- Warn about and skip processing facet group polygons with non-finite vertex data.
- Export of GLTF as pure json, in addition to the existing export using a GLB container
- Split the GLTF export at a certain level in the hierarchy into multiple files.
- Bump C++ standard used from c++17 to c++20.
- Misc code cleanup.