track .key .rotation .set  (  Pitch ,  Yaw ,  Roll  )  
                                          
Description :

This instruction assigns a rotation value to the current key.

Parameters :

  • Rotation angle on the X axis.
  • Rotation angle on the Y axis.
  • Rotation angle on the Z axis.

Notes :


The current key gets defined with the instruction track.key.set ().

Examples :