Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.47 KB

CHANGELOG.md

File metadata and controls

35 lines (25 loc) · 1.47 KB

Change Log

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)

🚀 Features

  • 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

🩹 Bug fixes

  • merge group options (6ab7774)
  • update group attrib handling (5be3a28)

♻️ Refactoring

  • remove geom-api dep, update imports (1a3ebca)