So I have been wondering how to make my APE animations to run a less processor intensive, the first thing to look at was the way to rid of any created objects that are no longer needed. I found out that the way to do this with particles created with APE is to simply use the RemoveParticle Method:
removeParticle(myObject);
0 Responses
Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.