Change Shapespark teleport to view to be slower
<script> | |
(function() { | |
// This is in meters / seconds^2 (default is 4) | |
WALK.TELEPORT_TO_VIEW_ACCELERATION = 1; | |
// This is in seconds (default is 3) | |
WALK.TELEPORT_TO_VIEW_MAX_TIME = 100; | |
}()); | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment