Skip to content

apolat2000/3d-grid-scene

Repository files navigation

3d-grid-scene

A basic 3d grid scene I made for warming up for an internship.

Get it running

Run cd ./src && yarn install && yarn run dev

Controls

  • Ctrl + Left click to choose an object.
  • M to move the chosen object to a grid unit.
  • R to rotate the chosen object for π/2 degrees.
  • Delete to remove the chosen object from the scene and clean the allocated sources to it.