void SetupRipple(int width, int height) { ripple = new RippleModel(size, meshFactor, 5, new Size(width, height)); SetupBuffers(); }
void SetupRipple (int width, int height) { ripple = new RippleModel (size, meshFactor, 5, new Size (width, height)); SetupBuffers (); }