Com.jme3.input.ChaseCamera expose setter for targetDistance?

Hi guys,



I wanted to manually change the chase camera’s distance from the target, so I was wondering if we could exposing a setter for targetDistance ?



I guess there may be some complications with the smooth motion, I’m not using that so I cant say for sure, perhaps only allow changing this value when not using smooth motion.



Cheers

use the setDefaultDistance() method

1 Like

spot on, thanks.