Package com.ms.com.directX Previous
Previous
Microsoft Packages
Microsoft Packages
Index
Index
Next
Next

D3DRMANIMATION_ Values

Specifies values used by the GetOptions and SetOptions methods to define how animations are played.

D3DRMANIMATION_CLOSED
The animation plays continually, looping back to the beginning whenever it reaches the end. In a closed animation, the last key in the animation should be a repeat of the first. This repeated key is used to indicate the time difference between the last and first keys in the looping animation.
D3DRMANIMATION_LINEARPOSITION
The animation's position is set linearly.
D3DRMANIMATION_OPEN
The animation plays once and stops.
D3DRMANIMATION_POSITION
The animation's position matrix should overwrite any transformation matrices that could be set by other methods.
D3DRMANIMATION_SCALEANDROTATION
The animation's scale and rotation matrix should overwrite any transformation matrices that could be set by other methods.
D3DRMANIMATION_SPLINEPOSITION
The animation's position is set using splines.


© 1996 Microsoft Corporation. All rights reserved.