Skip to content

Instantly share code, notes, and snippets.

@wrr
Created September 20, 2019 13:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wrr/14e07b4f9ab433e01c568b0b539fc922 to your computer and use it in GitHub Desktop.
Save wrr/14e07b4f9ab433e01c568b0b539fc922 to your computer and use it in GitHub Desktop.
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