I’m new to the Spline 3D framework and I’m wondering if it’s possible to interact programmatically with a Spline 3D scene in a SwiftUI environment on iOS. Specifically, I would like to:
- Change the values of spline variables.
- Listen for changes in the values of these variables.
- List item
I’ve searched through the documentation but couldn’t find any relevant information on these features.
Any guidance or examples would be greatly appreciated!
Thank you in advance for your help.