What’s on our mind?

Collection of articles, design, site, and resources made by designers and publisher @Menu View

BoxGeometry 1건이 검색되었습니다.

Fundamentals 기초

BoxGeometry BoxGeometry(width, height, depth, widthSegments, heightSegments, depthSegments). 가로, 세로, 깊이, 가로 세그먼트, 세로 세그먼트, 깊이 세그먼트가 지정된 직사각형 직육면체 지오메트리 * const {TorusGeometry} = THREE //화면 생성 const scene = new THREE.Scene(); //카메라 설정 const camera = new THREE.PerspectiveCamera(75, window.innerWidth / window.innerHeight, 1, 1000) camera.position.z = 25 //렌더링 설정 renderer = new THREE.WebGLRenderer({..

더 보기