// Mesh specific
 public void SetMeshResolution(int n)
 {
     mTheMesh.SetResolution(n);
 }