I use setWalkMode to set the walking speed, but it does not work in some models.
I would like to confirm if the walking speed only takes effect in the ifc model.
Here is my code:
var operator = hwv.operatorManager.getOperator(Communicator.OperatorId.KeyboardWalk) operator.setWalkSpeed(500) hwv.operatorManager.push(Communicator.OperatorId.KeyboardWalk)