Soren Hannibal

Results 16 comments of Soren Hannibal

Having discussed this interally, I think we're recommending leaving it as an extension, but provide a general-purpose implementation in the testbed. LibVLCSharp looks like a great candidate. The benefit would...

Changed title to specify the exact request to detect and handle "loss of tracking".

As mentioned earlier, the MRE itself doesn't know about hand/head positions. This should probably be implemented completely client-side in the host app, just not sending transforms over when parent is...

Which host app is this - AltspaceVR? If so, I presume this is the new avatars? Which attach point are you using? If this is altspace, the 1st person model...

This may be tricky once we do localization, and different text strings may be different sizes, and it could then cause issues with physics simulations acting differently based on language...

Here are my thoughts on what a solid UI system should offer: Performance and ease of layout are key - many realtime experiences spent way too many CPU cycles (and...

I think Eric's suggested solution is in the right direction, but a slightly different approach may solve this without requiring a separate physics layer: ``` Colliders always follow visibility group...

You are right, Tom, my suggestion wouldn't work. with my suggestion, you'd still have some group masked actors that could collide with some rigid body actors. The complete proper design...

I don't think this should be implemented as suggested. IMO host apps are responsible for general pose synchronization. There are much more optimzied ways to do this than the MRE...

We could implement this at the SDK side by replacing the session ID with NewSessionID (sanitized), and GetLegacySessionID API call, so that developers updating old code won't just see their...