3DStreet / citybuilderjr

Experiment to make a simple tile-based city block builder
https://3dstreet.github.io/citybuilderjr/
GNU Affero General Public License v3.0
0 stars 1 forks source link

ability to scale the size of cells up and down #22

Open kfarr opened 6 months ago

kfarr commented 6 months ago

As a user creating or viewing a citybuilderjr scene in mixed reality I wish to be able to choose a custom scale size for all cells in my scene.

The default size of each cell is 0.25 meters (~9.8 inches) and is manually specified in various places:

Instead, perhaps cell size should be a state variable to which these component properties are bound. This would be a global change that affects all cells -- cells should not be allowed to be different sizes.