Example #1
0
 protected static float maxBrushSize(Vox.VoxelEditor editor)
 {
     return Mathf.Max(editor.voxelSize() *20, 50);
 }