『A-Frame』の勉強続けています 手探り状態ですが分かってきたこともいろいろあって 忘れないうちにメモっときますシーン内にBoxを作成する const scene = document.querySelector("a-scene"); let box = document.createElement("a-box"); box.setAttribute("id", "box"); box.setAttribute("position", "0 0 0"); box.setAttribute("scale", "1 1 1"); box.setAttribute("color", "red…