- Last updated: 2024-10-05T12:12:32Z
- Generator: thi.ng/monopub
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
Note: Unlisted patch versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies.
0.1.0 (2024-06-21)
- import as new pkg (75842ae)
- add UV generators, update asWebGLModel() & opts (6222d98)
- add generateUVPointIndex()
- add generateUVBounds2()
- update asWebGLModel() to return array of model specs
- update tessellation opts/handling
- update deps
- add 3d shape support, update default tessellator (7fb0e90)
- add
asWebGLModel()
impls for: AABB, Polygon3, Quad3, Triangle3 - use TESSELLATE_TRI_FAN_BOUNDARY as new default tessellator
- update
defModel()
to support 3D geometry
- add
- remove geom-api dep, update imports (1a3ebca)