Skip to content

0.5.2 - New AR Camera Stream + Imporvements

Compare
Choose a tag to compare
@ThomasGorisse ThomasGorisse released this 06 May 21:34
· 572 commits to main since this release

Features

  • Completely renewed ARCameraStream by moving it to Kotlin and 100% Filament
    • Cleaned and resource consumption improved
    • Moved to multithreaded rendering pipeline to improve quality and move to Filament stream less texture creation
  • Improved gesture rotation
  • Improved LightEstimation consumption
  • Changed ArNode anchor update interval
  • Material synchronous loading
  • Added Node custom name
  • Added Renderable extensions
  • Access SceneView within the Lifecycle
  • KTXLoader synchronous loading
  • Allow gesture detectors to be changed at runtime (#69)

Fixes

  • Fixed some possible wrong session config applying