# Build a HUD panel with buttons

Modify `main.js` so that it creates a cylinder and a small spatial interface in
front of the user with three text buttons labeled `Red`, `Green`, and `Blue`.
When a button is pressed, the cylinder changes to that color.

Only edit `main.js`. Do not touch `index.html` or the importmap.
