*UndeformedTracking()

Specifies if the deformation should follow with the tracking system.

Syntax

*UndeformedTracking (state)

Application

HyperView

Inputs

state
On
The deformation should move with the attached tracking system.
Off
The deformation should not move with the attached tracking system.

Example

*BeginDeformed()
    *ScaleMode(ModelPercent)
    *Scale(1, 3, 4)
    *ResolvedInSystem(-1)
    *ResultType(displacement)
    *UndeformedMode(Features)
    *UndeformedColor(meshcolor)
    *UndeformedTracking(off)
*EndDeformed()