How complex is it to create a chess like grid and add object so positions (perhaps animate)

You can combine two geometries into one group: three.js docs .

The base as LatheGeometry: three.js docs and then ExtrudeGeometry: three.js docs

see Shapes 2022-07-07 20.25.29
from the Collection of examples from discourse.threejs.org

1 Like