I’ve searched high and low over the site. I need to delete an instance of a model after it’s already been loaded and parented to render.
Is there something like self.Model.Delete() or something?
I’ve searched high and low over the site. I need to delete an instance of a model after it’s already been loaded and parented to render.
Is there something like self.Model.Delete() or something?
Um, you mean nodePath.removeNode()?
David
That would be the syntax I was looking for!
Thanks!