|
@@ -33,8 +33,10 @@
|
|
|
this.butCancel = new System.Windows.Forms.Button();
|
|
|
this.butOK = new System.Windows.Forms.Button();
|
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
|
- this.chkPickable = new System.Windows.Forms.CheckBox();
|
|
|
this.chkNoOptimize = new System.Windows.Forms.CheckBox();
|
|
|
+ this.chkPickable = new System.Windows.Forms.CheckBox();
|
|
|
+ this.chkShowBoundingBox = new System.Windows.Forms.CheckBox();
|
|
|
+ this.chkShowSubMeshesBoundingBox = new System.Windows.Forms.CheckBox();
|
|
|
this.groupBox1.SuspendLayout();
|
|
|
this.groupBox2.SuspendLayout();
|
|
|
this.SuspendLayout();
|
|
@@ -88,16 +90,29 @@
|
|
|
//
|
|
|
// groupBox2
|
|
|
//
|
|
|
+ this.groupBox2.Controls.Add(this.chkShowSubMeshesBoundingBox);
|
|
|
+ this.groupBox2.Controls.Add(this.chkShowBoundingBox);
|
|
|
this.groupBox2.Controls.Add(this.chkNoOptimize);
|
|
|
this.groupBox2.Controls.Add(this.chkPickable);
|
|
|
this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
this.groupBox2.Location = new System.Drawing.Point(12, 77);
|
|
|
this.groupBox2.Name = "groupBox2";
|
|
|
- this.groupBox2.Size = new System.Drawing.Size(319, 113);
|
|
|
+ this.groupBox2.Size = new System.Drawing.Size(319, 143);
|
|
|
this.groupBox2.TabIndex = 2;
|
|
|
this.groupBox2.TabStop = false;
|
|
|
this.groupBox2.Text = "Misc.";
|
|
|
//
|
|
|
+ // chkNoOptimize
|
|
|
+ //
|
|
|
+ this.chkNoOptimize.AutoSize = true;
|
|
|
+ this.chkNoOptimize.Location = new System.Drawing.Point(21, 51);
|
|
|
+ this.chkNoOptimize.Name = "chkNoOptimize";
|
|
|
+ this.chkNoOptimize.Size = new System.Drawing.Size(165, 17);
|
|
|
+ this.chkNoOptimize.TabIndex = 1;
|
|
|
+ this.chkNoOptimize.Text = "Do not try to optimize vertices";
|
|
|
+ this.chkNoOptimize.ThreeState = true;
|
|
|
+ this.chkNoOptimize.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
// chkPickable
|
|
|
//
|
|
|
this.chkPickable.AutoSize = true;
|
|
@@ -109,16 +124,27 @@
|
|
|
this.chkPickable.ThreeState = true;
|
|
|
this.chkPickable.UseVisualStyleBackColor = true;
|
|
|
//
|
|
|
- // chkNoOptimize
|
|
|
+ // chkShowBoundingBox
|
|
|
//
|
|
|
- this.chkNoOptimize.AutoSize = true;
|
|
|
- this.chkNoOptimize.Location = new System.Drawing.Point(21, 51);
|
|
|
- this.chkNoOptimize.Name = "chkNoOptimize";
|
|
|
- this.chkNoOptimize.Size = new System.Drawing.Size(165, 17);
|
|
|
- this.chkNoOptimize.TabIndex = 1;
|
|
|
- this.chkNoOptimize.Text = "Do not try to optimize vertices";
|
|
|
- this.chkNoOptimize.ThreeState = true;
|
|
|
- this.chkNoOptimize.UseVisualStyleBackColor = true;
|
|
|
+ this.chkShowBoundingBox.AutoSize = true;
|
|
|
+ this.chkShowBoundingBox.Location = new System.Drawing.Point(21, 74);
|
|
|
+ this.chkShowBoundingBox.Name = "chkShowBoundingBox";
|
|
|
+ this.chkShowBoundingBox.Size = new System.Drawing.Size(120, 17);
|
|
|
+ this.chkShowBoundingBox.TabIndex = 2;
|
|
|
+ this.chkShowBoundingBox.Text = "Show bounding box";
|
|
|
+ this.chkShowBoundingBox.ThreeState = true;
|
|
|
+ this.chkShowBoundingBox.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // chkShowSubMeshesBoundingBox
|
|
|
+ //
|
|
|
+ this.chkShowSubMeshesBoundingBox.AutoSize = true;
|
|
|
+ this.chkShowSubMeshesBoundingBox.Location = new System.Drawing.Point(21, 97);
|
|
|
+ this.chkShowSubMeshesBoundingBox.Name = "chkShowSubMeshesBoundingBox";
|
|
|
+ this.chkShowSubMeshesBoundingBox.Size = new System.Drawing.Size(187, 17);
|
|
|
+ this.chkShowSubMeshesBoundingBox.TabIndex = 3;
|
|
|
+ this.chkShowSubMeshesBoundingBox.Text = "Show submeshes bounding boxes";
|
|
|
+ this.chkShowSubMeshesBoundingBox.ThreeState = true;
|
|
|
+ this.chkShowSubMeshesBoundingBox.UseVisualStyleBackColor = true;
|
|
|
//
|
|
|
// ObjectPropertiesForm
|
|
|
//
|
|
@@ -153,5 +179,7 @@
|
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
|
private System.Windows.Forms.CheckBox chkPickable;
|
|
|
private System.Windows.Forms.CheckBox chkNoOptimize;
|
|
|
+ private System.Windows.Forms.CheckBox chkShowSubMeshesBoundingBox;
|
|
|
+ private System.Windows.Forms.CheckBox chkShowBoundingBox;
|
|
|
}
|
|
|
}
|