Game Development Community

How to combine 2 objects?

by 3dblocks · in Constructor · 04/09/2007 (10:40 am) · 2 replies

I have a set of stairs and a ramp I would like to make into 1 solid object. The 2 objects are grouped right now but 1 object would be better. I looked for a combine function but I didn't see this in modify/CSG. Unless Clip function is what I need to use making the 2 objects into 1 object.

Thanks for help.

About the author


#1
04/09/2007 (8:55 pm)
Greetings!

Grouping is the only method to treat multiple brushes as a single brush when it comes to selection. However they are still separate physical brushes.

Usually you cannot combine distinct brushes, as that would produce non-convex geometry. But even if the brushes when combined would produce convex geometry, Constructor doesn't have a CSG unify function at this time.

- LightWave Dave
#2
04/10/2007 (10:43 am)
Thank you for the input.