Hello there,
Do you know what happens if I call one of the following but the Joint is not tracked?
var anchorFromJointTransform: simd_float4x4
The position and orientation of this joint relative to the base joint of the skeleton.
var parentFromJointTransform: simd_float4x4
The transform from the joint to its parent joint’s coordinate system.
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
Hello everyone!
For applications with multiple windows, if I close all open windows, I've noticed that visionOS reopen only the last closed window when launching the app again from the menu.
Is there a way I can set a main window that will always be open when the application is launched?