ivan.cuevas Posted August 1, 2012 Posted August 1, 2012 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.
manguste Posted August 3, 2012 Posted August 3, 2012 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 :)
ivan.cuevas Posted August 3, 2012 Author Posted August 3, 2012 Thanks for the reply manguste, I wish it a lot! if that makes it climb in that list ;) 1
steve.brodie Posted October 9, 2012 Posted October 9, 2012 +1 for that. Im keen to link up waves to the wind track. Does Unigine have a whitecap material for really rough seas?
manguste Posted October 19, 2012 Posted October 19, 2012 Steve, it's already implemented. And yes, there are whitecaps in a water material.
Recommended Posts