Created
December 21, 2018 07:34
three tutorials
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
// Init 함수의 내부입니다. | |
const WIDTH = window.innerWidth, | |
HEIGHT = window.innerHeight; | |
const scene = new THREE.Scene(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment