LogicalError / realtime-CSG-for-unity

Realtime-CSG, CSG level editor for Unity
https://realtimecsg.com
MIT License
766 stars 81 forks source link

[Request] Add functionality to BrushFactory to create brush from 2D polygon + height #57

Open LogicalError opened 7 years ago

LogicalError commented 7 years ago

It would be nice to have the ability to create a brush from a 2D polygon + height from code, using a method in BrushFactory.

HandsomeHank commented 7 years ago

BuildR does this. Maybe you can look at that code to see how to do it?

LogicalError commented 7 years ago

RealtimeCSG also does this already, this ticket is to make it possible to do this from code ...

HandsomeHank commented 7 years ago

Yeah, BuildR can do it from code. For example, it can connect to a program called mapity and automatically generate a city full of buildings at run time.