Created
September 20, 2019 13:42
-
-
Save wrr/14e07b4f9ab433e01c568b0b539fc922 to your computer and use it in GitHub Desktop.
Change Shapespark teleport to view to be slower
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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