Jump to content

[SOLVED] Tracker - How to animate ObjectWater waves?


photo

Recommended Posts

Posted

Hi,

I'm looking for the way to animate objectwater waves with Tracker.

Water object doesn't appear in Tracker "Add parameter" dialog and didn't find any reference to water object and tracker (samples, documentation or forum)

 

I've tried to modify node.parameters in the following way:

<!-- *MOD* ObjectWater parameters -->
<parameter type="node.object.water.wave0" track="string" object="ObjectWater">
<set>OBJECT.setWave0(vec4(VALUE));</set>
<get>VALUE = string(OBJECT.getWave0());</get>
</parameter>

but value is not interpolated.

 

I wish I don't have to implement in another user class something than can be done perfectly with Tracker. I think it's a very easy modification for Unigine gurus.

 

Thanks.

Posted
Water object doesn't appear in Tracker "Add parameter" dialog and didn't find any reference to water object and tracker (samples, documentation or forum)

Yep, new tracks need to be implemented for that. Added to the wish list :)

Posted

Thanks for the reply manguste, I wish it a lot! if that makes it climb in that list ;)

  • Like 1
  • 1 month later...
  • 2 weeks later...
Posted

+1 for that. Im keen to link up waves to the wind track.

Does Unigine have a whitecap material for really rough seas?

  • 2 weeks later...
Posted

Steve, it's already implemented. And yes, there are whitecaps in a water material.

×
×
  • Create New...