No one could help me ? …
Post
Replies
Boosts
Views
Activity
Hey 👋
I’m trying something similar.
I’m using AnchoringComponent with the option .predicted for track finger. I set up the physicsSimulation to none. But I can’t succeed to detect collision. Even if I add PhysicsCollisionComponent and body on the anchor or on a ModelEntity attached to it.
Is it normal ?
So it's all good for me.
let configuration = SpatialTrackingSession.Configuration(tracking: [.hand])
let spatialTrackingSession = SpatialTrackingSession.init()
_ = await spatialTrackingSession.run(configuration)
was missing.
Another question, I can't get their locations right ? ( Confidentiality )