The node's orientation relative to the scene's world coordinate space.
SDKs
- iOS 11.0+
- macOS 10.13+
- Mac Catalyst 13.0+
- tvOS 11.0+
- watchOS 4.0+
Framework
- Scene
Kit
Declaration
@property(nonatomic) simd _quatf simdWorldOrientation;
Discussion
This quaternion isolates the rotational aspect of the node's simd
matrix, which in turn is the conversion of the node's simd
from local space to the scene's world coordinate space. That is, it expresses the difference in axis and angle of rotation between the node and the scene's root
.