Three.js必須の3要素

シーン、カメラ、レンダラー
これがないと画面に表示されない

この記述大事ね!

【訂正】

// キャンバスの取得

const canvas = document.querySelector(“canvas.webgl”);

コメント