I have to work on a water feature that has about 40 small water features - one of them is a reasonably small simulation, about 3 million cells - nothing special.
Would it be feasibly for me to simply duplicate this grid and point to the cache and move it around - it doesn't need to be static,it's just a still.
Would it be easier to do that or convert to a mesh? - the thing is though, I would like the ability to change it at client request - is duplicating the sum like this feasible or is there a better way?
Would it be feasibly for me to simply duplicate this grid and point to the cache and move it around - it doesn't need to be static,it's just a still.
Would it be easier to do that or convert to a mesh? - the thing is though, I would like the ability to change it at client request - is duplicating the sum like this feasible or is there a better way?
Comment