|
@@ -251,8 +251,6 @@ export class FramingBehavior implements Behavior<ArcRotateCamera> {
|
|
/**
|
|
/**
|
|
* Targets the given mesh and updates zoom level accordingly.
|
|
* Targets the given mesh and updates zoom level accordingly.
|
|
* @param mesh The mesh to target.
|
|
* @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
|
|
|
|
* @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
|
|
*/
|
|
*/
|
|
@@ -266,8 +264,6 @@ export class FramingBehavior implements Behavior<ArcRotateCamera> {
|
|
/**
|
|
/**
|
|
* Targets the given mesh with its children and updates zoom level accordingly.
|
|
* Targets the given mesh with its children and updates zoom level accordingly.
|
|
* @param mesh The mesh to target.
|
|
* @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
|
|
|
|
* @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
|
|
*/
|
|
*/
|
|
@@ -281,8 +277,6 @@ export class FramingBehavior implements Behavior<ArcRotateCamera> {
|
|
/**
|
|
/**
|
|
* Targets the given meshes with their children and updates zoom level accordingly.
|
|
* Targets the given meshes with their children and updates zoom level accordingly.
|
|
* @param meshes The mesh to target.
|
|
* @param meshes 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
|
|
|
|
* @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
|
|
*/
|
|
*/
|