Hey guys,
I’m wondering if it is possible to swap the mesh of a model with another mesh? For example, I have some varying tree models. The way I have my code base set up is that I can add a bunch of tree objects. That works fine if I only have one tree model, but I have several now and was wondering if I could just step over my trees and then randomly pass in a tree variation model to the existing models, on the fly?
Thanks!