Hi All,
I want to write an application that let users customize some 3d objects, making new objects by combining existing ones. For example, if a user wants to change just the roof of a house, he should select a new one (other existing roof object) and the whole model (the whole house) would be updated. I haven´t found any way to do this merge programatically, so the alternative is 3d modeling each combination of objects, which is impractical even for a low number of customizable options.
Do you know any way to achieve this dynamical merging?
Thank you very much.