Relative Content

Tag Archive for swiftuirotationgesturevisionosapple-vision

SwiftUI Rotation using drag gesture

I try to rotate Model3D for Apple Vision Pro with a DragGesture.
To do it I just add degrees to an Angle object, and it works fine but it only rotate left or right not both.