vizcities
three.js 77 -> 84 버전으로 바꿈
import THREE from 'three'에서 아래와 같이 수정.
import * as THREE from 'three';
applyProjection 함수 없어져서 applyMatrix4로 수정 (CSS2DRenderer.js)
vector.applyMatrix4( viewProjectionMatrix );
'개발 > 기타' 카테고리의 다른 글
맥 터미널 설정 (0) | 2017.08.16 |
---|---|
[git] gitignore (0) | 2017.03.03 |
[리눅스] 심볼릭 링크 설정/해제 (0) | 2017.02.24 |
[git] OSS 기여 (0) | 2017.01.30 |
김종민 interactive developer (0) | 2016.07.29 |