Beispiel #1
0
 void radiusChanged(float val)
 {
     mesh.changeRad(val);
     radiusValue.text = val.ToString();
 }