Contains the information for synchronizing viewport between Houdini and other applications. When SessionSync is enabled, Houdini will update this struct with its viewport state. It will also update its own viewport if this struct has changed. The data stored is in Houdini’s right-handed Y-up coordinate system.
Methods ¶
position
: list
of float
Property
The world position of the viewport camera’s pivot.
rotationQuaternion
: list
of float
Property
The direction of the viewport camera stored as a quaternion.
offset
: float
Property
The offset from the pivot to the viewport camera’s actual world position.