geom-export-obj
Version:
Convert one (or more) simplicial complex geometry (positions/cells/normals/uvs/vertexColors) into an OBJ string (optionally optimized with number precision to reduce its size).
64 lines (22 loc) • 1.7 kB
Markdown
# Changelog
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
# [2.1.0](https://github.com/dmnsgn/geom-export-obj/compare/v2.0.0...v2.1.0) (2025-03-13)
### Features
* add support for precision ([7b3e426](https://github.com/dmnsgn/geom-export-obj/commit/7b3e42676a8bee89c78b53d371b1aebb7ba0c94e))
# [2.0.0](https://github.com/dmnsgn/geom-export-obj/compare/v1.1.1...v2.0.0) (2025-03-13)
### Features
* add support for vertex colors ([2f48377](https://github.com/dmnsgn/geom-export-obj/commit/2f483775e8ba10c9d70ead6b20df834323f20f0d))
### BREAKING CHANGES
* geometric vertex infos will now range from 3 to 6 values
## [1.1.1](https://github.com/dmnsgn/geom-export-obj/compare/v1.1.0...v1.1.1) (2024-07-07)
# [1.1.0](https://github.com/dmnsgn/geom-export-obj/compare/v1.0.3...v1.1.0) (2021-10-02)
### Features
* add exports field to package.json ([c040fc0](https://github.com/dmnsgn/geom-export-obj/commit/c040fc0bb9bb02624d1b7aa68d344bc796437649))
## [1.0.3](https://github.com/dmnsgn/geom-export-obj/compare/v1.0.2...v1.0.3) (2021-04-30)
## [1.0.2](https://github.com/dmnsgn/geom-export-obj/compare/v1.0.1...v1.0.2) (2021-04-14)
### Bug Fixes
* export types ([f046cec](https://github.com/dmnsgn/geom-export-obj/commit/f046cecfa66aac9372168a2f34e05e5e7ebf6930))
## [1.0.1](https://github.com/dmnsgn/geom-export-obj/compare/v1.0.0...v1.0.1) (2021-04-08)
### Bug Fixes
* add sideEffects key to package.json ([71ae86a](https://github.com/dmnsgn/geom-export-obj/commit/71ae86a1a7b6d95e0b59b6b164db57e6282d3c62))
# 1.0.0 (2021-04-07)