Model viewer starting camera position improvement

This commit is contained in:
dexyfex
2018-03-17 01:53:49 +11:00
Unverified
parent a85eb257be
commit bcfeb4fa30
2 changed files with 47 additions and 7 deletions
-4
View File
@@ -287,8 +287,6 @@
// SkeletonsCheckBox
//
this.SkeletonsCheckBox.AutoSize = true;
this.SkeletonsCheckBox.Checked = true;
this.SkeletonsCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
this.SkeletonsCheckBox.Location = new System.Drawing.Point(19, 444);
this.SkeletonsCheckBox.Name = "SkeletonsCheckBox";
this.SkeletonsCheckBox.Size = new System.Drawing.Size(103, 17);
@@ -355,8 +353,6 @@
// GridCheckBox
//
this.GridCheckBox.AutoSize = true;
this.GridCheckBox.Checked = true;
this.GridCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
this.GridCheckBox.Location = new System.Drawing.Point(19, 353);
this.GridCheckBox.Name = "GridCheckBox";
this.GridCheckBox.Size = new System.Drawing.Size(45, 17);