tourne la camera selon un facteur (déterminé par la fonction Rotation_Speed)


Namespace: Tzu_Engine.Scene
Assembly: Tzu_Engine (in Tzu_Engine.dll)

Syntax

Visual Basic (Declaration)
Public Sub Rotate_Smoothly( _ 
   ByVal headingDegrees As Single,  _ 
   ByVal pitchDegrees As Single,  _ 
   ByVal rollDegrees As Single _ 
)
C#
public void Rotate_Smoothly(
   float headingDegrees,
   float pitchDegrees,
   float rollDegrees
)
C++
public:
 void Rotate_Smoothly(
   float headingDegrees,
   float pitchDegrees,
   float rollDegrees
) sealed 
J#
public void Rotate_Smoothly(
   float headingDegrees,
   float pitchDegrees,
   float rollDegrees
)
JScript
public  function Rotate_Smoothly(
   headingDegrees : float,
   pitchDegrees : float,
   rollDegrees : float
)

Parameters

headingDegrees
tourne vers la gauche ou la droite
pitchDegrees
tourne vers le haut ou le bas
rollDegrees
roule vers la gauche ou la droite

See Also