Skip to content

Instantly share code, notes, and snippets.

@wrr
Created August 28, 2019 15:49
Show Gist options
  • Save wrr/955b5657feefc60f42490fba3e605793 to your computer and use it in GitHub Desktop.
Save wrr/955b5657feefc60f42490fba3e605793 to your computer and use it in GitHub Desktop.
Increase Shapespark camera near to help with z-fighting
<script>
(function() {
WALK.CAMERA_WALK_NEAR = 0.03;
}());
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment