Change the time between views?

How to modify the change time between views? How can I increase the time it takes to switch from one to the other?

Adjust the WALK.TELEPORT_TO_VIEW_ACCELERATION setting by adding a body-end.html file with the following content to your scene folder and substituting N with a numeric value:

<script>
  WALK.TELEPORT_TO_VIEW_ACCELERATION = N;
</script>

For more information see: Camera speed switchToView - #2 by wojtek

1 Like