vrdMatrixTransformNode

class vrdMatrixTransformNode

(Inherits vrdNode)

This class provides access to a matrix transform node.

Functions

vrdMatrixTransformNode.getTransform()
Returns:The local transformation matrix
Return type:QMatrix4x4
vrdMatrixTransformNode.setTransform(matrix)

Sets the transformation matrix in local space.

Parameters:matrix (QMatrix4x4) – The transformation matrix