Threejs 2

ep.1 | 직접 만들면서 배우는 Three.js - VS Code 설치와 유용한 플러그인

Go to the VS Code website and click the "Download" button to download the latest version of the editor. Run the downloaded installer and follow the on-screen instructions to complete the installation process. Once VS Code is installed, you can launch it by clicking on its icon in the start menu (on Windows) or by using the code command in your terminal (on Mac or Linux). When VS Code launches, y..

ep.0 | 직접 만들면서 배우는 Three.js - 시작하면서...

시작하면서... 꾸준함은 똑똑함을 이긴다는 말이 있다. 똑똑하지 못한 탓에 내가 잘할 수 있는 것을 꾸준하게 기록하고, 더 나아가, 지식을 누군가에게 계속해서 나누고 싶다. 나의 기록이 어디선가 큰 힘이 되기를 바라며 앞으로 1주일에 1회 이상 Three.js와 관련한 강의를 업로드해보고자 한다. Three.js란? Three.js란 웹 브라우저에서 3차원 컴퓨터 그래픽스 애니메이션 응용을 만들고 표현하기 위해 사용되는 자바스크립트 라이브러리이자 API다. 오픈 소스 프로젝트로 깃허브에 공개되어 있다. 학부 Computer Graphics 수업을 통해 접하게 된 Three.js Three.js를 처음 다룬 것은 작년 1학기 학부에서 Computer Graphics를 수강하면서다. 3D 기반의 웹 프로젝트..