public static float3 GetWorldPosition(LODGroup group)
 {
     return(group.GetComponent <Transform>().TransformPoint(group.localReferencePoint));
 }