Skip to content

Releases: reall3d-com/Reall3dViewer

v2.0.0

19 Oct 03:36

Choose a tag to compare

Performance Optimization

Adaptive Quality Levels

9 configurable quality levels automatically adjust rendering parameters based on device capabilities. Each quality level automatically adjusts multiple rendering parameters to achieve the desired balance:

  • Spherical Harmonics (SH) Degree: Controls lighting complexity and color accuracy
  • Pixel Thresholds: Determines minimum/maximum renderable Gaussian sizes
  • Transparency Thresholds: Sets minimum opacity for rendering
  • Computational Approximations: Enables performance optimizations at lower levels
  • Sorting Bucket Count: Adjusts depth sorting precision
image

Smart Sorting Algorithms

Multiple sorting strategies optimized for different viewing scenarios, each optimized for different rendering scenarios:

  • Type 1: Default View Projection Sorting
  • Type 2010: Near-Only Rendering
  • Type 2011: Front-Face Culling
  • Type 2012: Two-Segment Sorting with Culling
  • Type 2112: Full Two-Segment Sorting
image

v1.7.0

22 Sep 11:55

Choose a tag to compare

  • Upgraded the SPX format to version 2, adding support for the WebP encoding format for more significant compression.
  • Added support for rendering SPX v2 models, along with improvements and fixes for several known issues.
  • Added support for rendering SOG format models (both v1 and v2). SOG utilizes WebP encoding, resulting in superior compression.

v1.6.0

10 Aug 14:53

Choose a tag to compare

  • Add support for .spz version 3 format

v1.5.0

31 May 11:47

Choose a tag to compare

  • Add support for npm package @reall3d/reall3dviewer
  • Add build-in viewer Reall3dMapViewer
  • Optimized focus marker, viewer options, splatmesh options, etc
  • Fix known issues.

v1.4.0

12 May 03:02

Choose a tag to compare

  • Add support for the .ply file format.
  • Add support for the .spz file format.
  • Fix known issues.

v1.3.0

30 Apr 07:48

Choose a tag to compare

  • .spx version 1