nicklockwood / Euclid

A Swift library for creating and manipulating 3D geometry
MIT License
639 stars 53 forks source link

Rotation is opposite #117

Closed WS-Vincent closed 5 months ago

WS-Vincent commented 7 months ago

When I turn the cube upside down, the left and right rotation is opposite to the direction of the gesture. Can I think this phenomenon is wrong? It really doesn't suit my senses

nicklockwood commented 6 months ago

This is the standard SCNSceneView navigation interaction provided by Apple. AFAIK there is no way to customize it other than to build your own camera controller from scratch using gesture recognizers.