Jojendersie / Monolith

A voxel based space simulation game
16 stars 1 forks source link

Second Component Flag #69

Closed Jojendersie closed 8 years ago

Jojendersie commented 8 years ago

Add an inner/outer flag in addition to solid

Jojendersie commented 8 years ago

A second flag causes a lot of changes anywhere. The voxels would need to store more -> more memory and more small bugs. Observations:

So I decided to replace the "solid" by the "inner" flag. The only evolving restriction is that any component needs a solid connector (not sure if there is another possibility at all).