Contents

worldTransform

The world transform applied to the node.

Declaration

var worldTransform: SCNMatrix4 { get }
var worldTransform: SCNMatrix4 { get }

Discussion

A world transform is the node’s coordinate space transform relative to the scene’s coordinate space. This transform is the concatenation of the node’s transform property with that of its parent node, the parent’s parent, and so on up to the rootNode object of the scene.

See Also

Related Documentation

Managing Transforms in World Space (SceneKit Types)