three.js 설치 방법

작성자 정보

  • 마스터 작성
  • 작성일

컨텐츠 정보

본문

three.js란? 

web상에 3D 모델을 webgl를 사용하여 표현가능하게 해주는 라이브러리 라고 할 수 있습니다.

 

공식 문서는https://threejs.org/ 입니다.

 

-다운로드 방법

1. 공식문서에서 직접 다운로드 약400MB

2. cdn방식을 사용하는 방법

<script type="importmap">

  {

    "imports": {

      "three": "https://cdn.jsdelivr.net/npm/three@<version>/build/three.module.js",

      "three/addons/": "https://cdn.jsdelivr.net/npm/three@<version>/examples/jsm/"

    }

  }

</script>

3. npm사용 하여 설치 

터미널을 사용하여 설치

npm install --save three

 

 

관련자료

댓글 0
등록된 댓글이 없습니다.

최근글


새댓글


알림 0