magnificus / Procedural-Cities

master thesis
MIT License
622 stars 146 forks source link

Cho add building shell option #6

Closed chozabu closed 6 years ago

chozabu commented 6 years ago

This is a small change to allow generation only the exterior of building. Requries generation mode to be "complete generation" as well as "Shell only" to be ticked (also in performance secion)

BP change is just adding an "or shellOnly" before before passing "shellOnly" into the next function.

This may not be a good/correct way of doing things, but the first way I saw to get the result I want (If you are aware of a better way of doing this, may be preferable to this PR)

chozabu commented 6 years ago

Hmm, This is based on my previous PR, and conflcts with your last commit. I may re-do this based on latest master

chozabu commented 6 years ago

I'll close this for now, and re-submit a mergeable version once the system is generally up and running correctly for me again