Created
August 28, 2019 15:49
-
-
Save wrr/955b5657feefc60f42490fba3e605793 to your computer and use it in GitHub Desktop.
Increase Shapespark camera near to help with z-fighting
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() { | |
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