|
@@ -263,7 +263,7 @@ export class ArcFollowCamera extends TargetCamera {
|
|
public beta: number,
|
|
public beta: number,
|
|
/** The radius of the camera from its target */
|
|
/** The radius of the camera from its target */
|
|
public radius: number,
|
|
public radius: number,
|
|
- /** Define the camera target (the messh it should follow) */
|
|
|
|
|
|
+ /** Define the camera target (the mesh it should follow) */
|
|
public target: Nullable<AbstractMesh>,
|
|
public target: Nullable<AbstractMesh>,
|
|
scene: Scene) {
|
|
scene: Scene) {
|
|
super(name, Vector3.Zero(), scene);
|
|
super(name, Vector3.Zero(), scene);
|