Skip to content

Instantly share code, notes, and snippets.

@minhanPark
Created December 21, 2018 07:34
three tutorials
// 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