Page 1 of 1

Ocean Enable

Posted: Sun Apr 25, 2010 2:51 pm
by StarkillerMarek
Kamino effects file wrote: // ocean parameters
OceanEnable(1);
WindDirection(0.2,1.0);
WindSpeed(25.0);

I was just wondering if someone could explain what this actually does. Does it set some behavior for water, does it animate the terrain, or something else?

Re: Ocean Enable

Posted: Sun Apr 25, 2010 3:09 pm
by Avenger
StarkillerMarek wrote:
Kamino effects file wrote: // ocean parameters
OceanEnable(1);
WindDirection(0.2,1.0);
WindSpeed(25.0);

I was just wondering if someone could explain what this actually does. Does it set some behavior for water, does it animate the terrain, or something else?
I'm not very good at this stuff, but by the looks of it it makes you go underwater and its the settings for the water :D

Re: Ocean Enable

Posted: Sun Apr 25, 2010 3:33 pm
by RED51
No, no it does not make you go under water. Those settings make the water act like a storming sea.

Re: Ocean Enable

Posted: Sun Apr 25, 2010 4:37 pm
by StarkillerMarek
It may be that, but I think that the water's movement is defined somewhere else.

Re: Ocean Enable

Posted: Sun Apr 25, 2010 5:32 pm
by RED51
Nope. If you want to see an example, play stock Kamino. The wind settings create the waves that are found in a sea storm.

Re: Ocean Enable

Posted: Sun Apr 25, 2010 10:06 pm
by StarkillerMarek
Alright, thanks.