Three.js - Arranging cubes in a grid
问题 I would like to position cubes in a rectangular/square like grid. I'm having trouble trying to create some methodology in depending on what I pick through an HTML form input (checkboxes) to have it arrange left to right and up to down, a series of cubes, in a prearranged grid all on the same plane. What measurement units is three.js in? Right now, I'm setting up my shapes using the built-in geometries, for instance. var planeGeometry = new THREE.PlaneGeometry(4, 1, 1, 1); The 4 and 1; I'm