Skip to content

Releases: cdyk/rvmparser

v1.0.4

11 Mar 22:54
cfc6114
Compare
Choose a tag to compare
  • Just warn on extra CNTE chunk at root level of file, not fail. Some files have such an extra chunk.
  • Output more kinds of primitives when exporting REV files. Also output geometry type (PRIM/OBST/INSU).

v1.0.3

06 Jan 22:37
f0d361f
Compare
Choose a tag to compare

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

21 Dec 11:29
02f6fa8
Compare
Choose a tag to compare
  • Bugfix: Only compare lower 32-bits of rvm file offset since expected offset is a 32-bit value to avoid failure on files larger than 4gb.

v1.0.1

18 Dec 20:12
901f0d6
Compare
Choose a tag to compare
  • 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.

v1.0.0

11 Dec 20:09
7d6c66d
Compare
Choose a tag to compare

Initial release