Hi,
When I try the ArcFollowCamera, it returns the error this.target.getAbsolutePosition is not a function in the console :
Simple PG (Only Camera)
https://www.babylonjs-playground.com/#SRZRWV#154
Hi,
When I try the ArcFollowCamera, it returns the error this.target.getAbsolutePosition is not a function in the console :
Simple PG (Only Camera)
https://www.babylonjs-playground.com/#SRZRWV#154
The parameter for the target in the ArcFollowCamera
is not a Vector3
, it is an AbstractMesh
instead.
Oops, yes I didn’t pay attention to that, I thought it was like with ArcRotateCamera.
There is no documentation for this ArcFollowCamera camera and no demo.
Thank you Evengi
Correct here:
https://www.babylonjs-playground.com/#SRZRWV#157