track .key .rotation .speed .set  (  IncPitch ,  IncYaw ,  IncRoll  )  
                                               
Description :

This instruction assigns to the current key an increment which will be added to an object\'s rotation once every second.

Parameters :

  • Value to add to the X axis.
  • Value to add to the Y axis.
  • Value to add to the Z axis.

Notes :


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

Examples :