Esempio n. 1
0
 void SetView()
 {
     GraphicsCore.SetView(
         Settings.TranslationX.Value,
         Settings.TranslationY.Value,
         Settings.TranslationZ.Value,
         Settings.RotationX.Value,
         Settings.RotationY.Value,
         Settings.RotationZ.Value,
         Settings.Scale.Value,
         Settings.MoveX.Value,
         Settings.MoveY.Value,
         Settings.Rotation.Value);
 }