示例#1
0
        private void addTextureToPolygonToolStripMenuItem_Click(object sender, EventArgs e)
        {
            TexturingForm texturingPolygon = new TexturingForm();

            texturingPolygon.ShowDialog();
        }
示例#2
0
        private void addTextureTo3DModelToolStripMenuItem_Click(object sender, EventArgs e)
        {
            TexturingForm texturing3dModel = new TexturingForm();

            texturing3dModel.ShowDialog();
        }