Beispiel #1
0
 private void numericUpDown4_ValueChanged(object sender, EventArgs e)
 {
     Actor.ChangeRotation(new OpenTK.Vector3((float)numericUpDown4.Value, Actor.Rotation.Y, Actor.Rotation.Z));
 }