Beispiel #1
0
 public override void InitViewModels()
 {
     PositionControl = new Vector3ControlViewModel("Position");
     RotationControl = new Vector3ControlViewModel("Rotation");
     ScaleControl    = new Vector3ControlViewModel("Scale");
 }
 public override void InitViewModels()
 {
     PositionControl = new Vector3ControlViewModel("Position");
     RotationControl = new Vector3ControlViewModel("Rotation");
     ScaleControl = new Vector3ControlViewModel("Scale");
 }
Beispiel #3
0
 public override void InitViewModels()
 {
     ColorControl   = new ColorControlViewModel("Clear", Colors.LightGray);
     GravityControl = new Vector3ControlViewModel("Gravity", 0.0f, -9.81f, 0.0f);
 }
 public override void InitViewModels()
 {
     ColorControl = new ColorControlViewModel("Clear", Colors.LightGray);
     GravityControl = new Vector3ControlViewModel("Gravity", 0.0f, -9.81f, 0.0f);
 }