patioTable2.js 232 B

123456789
  1. import {scene, Group, compute} from "setup";
  2. import Board from "Board";
  3. import * as three from "three";
  4. const boards = [];
  5. console.time("something");
  6. const board = new Board(scene, 2, 4, 50, boards);
  7. console.timeEnd("something");