Example #1
0
 private void button_texture_snap4_Click(object sender, EventArgs e)
 {
     m_dmesh.UVSnapToFraction(32);
     RefreshGeometry();
 }