nicky-nym / city3d

3D architectural building models made using the three.js Javascript API
The Unlicense
9 stars 4 forks source link

Storey: make floors have negative depth by default #22

Closed MignonBelongie closed 4 years ago

MignonBelongie commented 4 years ago

This means that (in the default case) walls will start at the top of the floor, not the bottom, and when z = 0, floors will be underground. This also means that (by default) floors will extend into the walls beneath them.

Positive and negative depths both have advantages and disadvantages, but it appears that negative is probably a better choice.

MignonBelongie commented 4 years ago

Related to #6 and #8