WEKIT-ECS / MIRAGE-XR

MirageXR is a reference implementation of an XR training system. MirageXR enables experts and learners to share experience via XR and wearables using ghost tracks, realtime feedback, and anchored instruction.
Other
28 stars 4 forks source link

Trigger for model visibility #1730

Open KheireddineAzzez opened 9 months ago

KheireddineAzzez commented 9 months ago

In reference to the model class, we have the option to enhance it by introducing an attribute in the model.cs file, enabling control over the object's visibility.

Each object will have the possibility to trigger an event that makes another object visible

fwild commented 9 months ago

Can you describe a user story how this will work? Would e.g. a label issue a trigger, and a 3D model then switch itself on visible?

KheireddineAzzez commented 9 months ago

Hi, This is an example: Untitled2

This will reduce the number of steps involved, thereby decreasing the likelihood of objects from the previous step being destroyed. Additionally, reloading and realization processes will also be minimized

fwild commented 9 months ago

Proposal is: