Skip to content

Releases: maxxfrazer/FocusEntity

ARView Weak

05 Apr 09:28
a8de187
Compare
Choose a tag to compare

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

Smoothness and LiDAR Fixes

05 Feb 17:50
Compare
Choose a tag to compare

Minor fixes:

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

Textures + Smoothness Update

30 Jan 19:09
b83ae04
Compare
Choose a tag to compare

@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.

Fix Colored Style

19 Nov 09:26
88112e6
Compare
Choose a tag to compare

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

Added non breaking Catalyst support

28 Jun 13:39
Compare
Choose a tag to compare
  • Cannot use this class if you cannot import ARKit, but it will at least let your app build now

Version 2.0

28 Jun 13:17
352836f
Compare
Choose a tag to compare
  • 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

Autoupdate Public Access

29 May 21:07
Compare
Choose a tag to compare
  • Change access modifier on setAutoUpdate to public

Auto Update

03 Apr 11:35
Compare
Choose a tag to compare
  • Added option to have the FocusEntity auto-update, no more need to ARSessionDelegate to update position.

Camera Anchor

19 Mar 17:54
398eb4d
Compare
Choose a tag to compare

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.

Delegate calls after change

25 Feb 14:27
Compare
Choose a tag to compare
  • Call the delegate functions after the anchor and position have changed