A web app for visualizing and comparing the size of objects in 3D using Three.js.
- Visualize cubes, spheres, cylinders, and cones
- Compare two objects side by side
- Arrange objects in grids, lines, or pyramids
- Customizable colors and sizes
- Open
index.htmlin your browser. - Use the controls to select shape, size, arrangement, and comparison options.
- All custom styles are in
style.css. - All JavaScript logic is in
main.js. - Uses Three.js via CDN importmap.
MIT