realtime-CSG-for-unity icon indicating copy to clipboard operation
realtime-CSG-for-unity copied to clipboard

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

Open LogicalError opened this issue 8 years ago • 3 comments

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

LogicalError avatar Oct 31 '16 12:10 LogicalError

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

HandsomeHank avatar Nov 06 '16 21:11 HandsomeHank

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

LogicalError avatar Nov 10 '16 08:11 LogicalError

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.

HandsomeHank avatar Nov 10 '16 23:11 HandsomeHank