Skip to content

Releases: nerfstudio-project/viser

Release v0.0.13

28 May 01:59
Compare
Choose a tag to compare

What's Changed

  • Refactor scene tree code, fix critical bugs by @brentyi in #34

Full Changelog: v0.0.12...v0.0.13

Release v0.0.12

26 May 21:57
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.11...v0.0.12

Release v0.0.11

23 May 23:50
Compare
Choose a tag to compare

What's Changed

  • Fixes initial value errors for colmap demo by @ethanweber in #11
  • Adding double side for mesh by @ethanweber in #12
  • Color space fixes
  • Race condition fixes
  • Fix for duplicate message types

Full Changelog: v0.0.10...v0.0.11

Release v0.0.10

04 May 21:35
Compare
Choose a tag to compare

What's Changed

  • Added a demo for visualizing colmap reconstructions by @ethanweber in #10
  • Fixed jump from setting camera up-direction
  • Fixed reads for look-at oints
  • Fixed pose assignment + persistence for transform controls
  • Fixed race condition for client connection callbacks
  • Fixed flickering in textures

New Contributors

Full Changelog: v0.0.9...v0.0.10

Release v0.0.9

01 May 18:51
Compare
Choose a tag to compare
  • Minor bug fixes, performance improvements.

Full Changelog: v0.0.8...v0.0.9

Release v0.0.8

01 May 17:34
Compare
Choose a tag to compare

What's Changed

  • Added null to typescript interface gen by @kerrj in #9
  • wxyz, position, and visible parameters added to all functions for creating scene nodes
  • disabled and visible parameters added to all functions for creating GUI inputs
  • Fixed memory leaks in point clouds and meshes
  • Fixed background image downloads
  • Added 2D label messages
  • Fixed camera synchronization when up directions are mismatched
  • More consistent camera callback API
  • Add toggleable three.js statistics

New Contributors

  • @kerrj made their first contribution in #9

Full Changelog: v0.0.7...v0.0.8

Release v0.0.7

26 Apr 22:14
Compare
Choose a tag to compare
  • Camera interface improvements: expose up-direction, look-at point, etc.
  • Add viser.transforms + associated cleanup.

v0.0.6

24 Apr 08:51
Compare
Choose a tag to compare

Many bug fixes and improvements:

  • Add camera controls: orientation, position, FOV.
  • (breaking change) on_update => on_click for button inputs.
  • (breaking change) Replaced getter/setter APIs with @property-based APIs.
  • Add .atomic() message grouping.
  • Fixed scene resets for empty scenes.
  • Fixed set_options() when the currently selected value is removed.
  • Fix background image flickering in Safari.

Full Changelog: v0.0.5...v0.0.6

Release v0.0.5

15 Apr 02:16
Compare
Choose a tag to compare
Fix background image download

Release v0.0.4

15 Apr 01:54
Compare
Choose a tag to compare

Re-built client