HE_Mesh dynamic mesh update

Hello,

I wonder if anyone knows if it is possible to update single modifiers when using the dynamic mesh in he_mesh?

at the moment, using:

dynMesh.update();

updates all the modifiers at once, however I would like to somehow have it so that it does something like:

dynMesh.update(extrusionModifier);

So that I can update certain modifiers independently.

If anyone knows if this is possible then that would be great! Thanks!

Sign In or Register to comment.