|
@@ -288,10 +288,9 @@ module BABYLON {
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Targets the given mesh and updates zoom level accordingly.
|
|
|
|
- * @param mesh The mesh to target.
|
|
|
|
- * @param radius Optional. If a cached radius position already exists, overrides default.
|
|
|
|
- * @param framingPositionY Position on mesh to center camera focus where 0 corresponds bottom of its bounding box and 1, the top
|
|
|
|
|
|
+ * Targets the bounding box info defined by its extends and updates zoom level accordingly.
|
|
|
|
+ * @param minimumWorld Determines the smaller position of the bounding box extend
|
|
|
|
+ * @param maximumWorld Determines the bigger position of the bounding box extend
|
|
* @param focusOnOriginXZ Determines if the camera should focus on 0 in the X and Z axis instead of the mesh
|
|
* @param focusOnOriginXZ Determines if the camera should focus on 0 in the X and Z axis instead of the mesh
|
|
* @param onAnimationEnd Callback triggered at the end of the framing animation
|
|
* @param onAnimationEnd Callback triggered at the end of the framing animation
|
|
*/
|
|
*/
|