Hi,
I am using ocean from the library. Its really looking nice, but I want to control the wave animation. When I click on some button or key it should activated. How can I handle this ?
Awaiting for your reply!
Hi,
I am using ocean from the library. Its really looking nice, but I want to control the wave animation. When I click on some button or key it should activated. How can I handle this ?
Awaiting for your reply!
Hi,
I have found how to stop that simulation
vkWaterPtr water;
water.WaveSimulation = 0;
water.SetBumpSpeed(0);
I dont know whether its a correct method to do this. If anything else please update me.
Thanks.
Hi,
I guess you could use water.SetActivity(false).
You must log in to post.