Skip to content

Releases: mv740/mesh-editor

v1.0.3

27 Sep 17:57

Choose a tag to compare

1.0.3 (2025-09-27)

Bug Fixes

  • run initial recenter/camera code in useLayoutEffect to avoid stale raycasts (1e11895)

v1.0.2

27 Sep 01:13

Choose a tag to compare

1.0.2 (2025-09-27)

Bug Fixes

  • fix production-only missed onDoubleClick by remounting mesh (fb4981d)

v1.0.1

26 Sep 14:55

Choose a tag to compare

1.0.1 (2025-09-26)

Bug Fixes

  • deps: move react-dropzone to devDependencies (8ea6086)

v1.0.0

26 Sep 02:04
a708d91

Choose a tag to compare

1.0.0 (2025-09-26)

Bug Fixes

  • compute normal after fill hole (f7afc67)
  • lint: resolve ESLint issues (7e16d1b)
  • tailwind import for playground and tests (87c82fe)

Features

  • add clip function (39279d1)
  • add clip transform (0c88d7d)
  • add dropzone to playground to select different scan (6f11ea2)
  • add export (f9c9245)
  • add history provider (db9cbc8)
  • add landmark control + landmark label (26c8233)
  • add landmark viewer (ad10977)
  • add outline visiblity (cb58266)
  • add rotation to clip, improve user interaction (0ecac45)
  • clip landmark (572b5a6)
  • fill holes (26964a7)
  • restrict plane movement to the bounding box of the mesh (08272bf)
  • unselect landmark on esc or double click label (c29a0f6)