Esempio n. 1
0
 public void SetOrientation(float yaw, float pitch, float roll)
 {
     _model.SetOrientation(yaw, pitch, roll);
 }