FocusEntity Versions Save

Bringing the scanning box from SceneKit to RealityKit

v2.2.2

3 years ago

Set the ARView reference to a weak variable, avoiding memory leaks.

v2.2.1

3 years ago

Minor fixes:

  • Better tracking with LiDAR devices
  • Smooth transitions between two vertical surfaces

v2.2.0

3 years ago

@Reality-Dev has added a couple of enhancements in this release:

  • You can now apply textures to FocusEntity using the .colored style (Usage in Example)
  • FocusEntity will smoothly change position and orientation, check isChangingAlignment to see its state.

v2.1.0

3 years ago

Applying the colored style previously did not work, thanks for flagging @vegiwoo

v2.0.1

3 years ago
  • Cannot use this class if you cannot import ARKit, but it will at least let your app build now

v2.0.0

3 years ago
  • Just one class with multiple styles
  • No more dependency on SmartHitTest.
  • Using Raycast instead of hitTesting
  • Methods for destroying added
  • Methods for moving between ARViews

v1.1.1

4 years ago
  • Change access modifier on setAutoUpdate to public

v1.1.0

4 years ago
  • Added option to have the FocusEntity auto-update, no more need to ARSessionDelegate to update position.

v1.0.3

4 years ago

Using a camera anchor for positioning the FocusEntity when in initializing state

No changes in terms of compatibility or use, should just run a little smoother.

v1.0.2

4 years ago
  • Call the delegate functions after the anchor and position have changed