Skip to main content
13-Aquamarine
June 28, 2023
Question

How to display widgets on HoloLens without the 'tracking acquired' event

  • June 28, 2023
  • 1 reply
  • 769 views

Hi,

Is there a way to display 3D labels and 3D buttons immediately upon launching a project on HoloLens without the model tracking event?

 

1 reply

21-Topaz I
July 4, 2023

Hi @hno ,

I think, -Studio to be able to display any 3D Widgets it required the ability to use space coordinates - but they will be initialized first when the tracking is started  so that Studio have valid 3d coordinates to determine the correct position of the 3D elements . I tested also with elements generated with tmlText but they are displayed also first after tracking acquired event was started.

What is the reason to need such functionality.? What is the goal what you need to achieve? Thanks