thestew42 / ShockShapes

Procedural geometry generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a method to the group class that simplifies the group to a single mesh

thestew42 opened this issue · comments

This would clone all meshes contained by the group into an output mesh which would have the same appearance as the group, but only contain a single mesh. Useful for applying transforms to a group in a such a way that the group behaves as a single object (ex. rotating a group whose children are translated will produce undesirable results).