TIL 111 | Three.js 기초 - 위치, 크기, 회전
2025-03-11 11:39

TIL 111 | Three.js 기초 - 위치, 크기, 회전

1. Basics
import * as THREE from 'three'
// Canvas
const canvas = document.querySelector('canvas.webgl')
// Scene
const scene = ...

댓글