Jump to content

  • Log In with Google      Sign In   
  • Create Account

Awesome job so far everyone! Please give us your feedback on how our article efforts are going. We still need more finished articles for our May contest theme: Remake the Classics

Ilya.s

Member Since 11 Dec 2006
Offline Last Active Feb 28 2013 09:46 PM
-----

Posts I've Made

In Topic: Flowmaps distortion

14 December 2012 - 06:06 AM

I was able to solve the issue. In case somebody else encounters the problem, you just have to set the cycle to a much lower value. The optimal value for cycle is somewhere around:
cycle = 15.0f;

In Topic: Flowmaps distortion

13 December 2012 - 10:53 AM

My guess is that setting the offset back to 0 when it exceeds the cycle length is the culprit. At faster flow rates the offset will overshoot by more than with a slower rate, so there will be a more obvious discontinuity. Try subtracting cycle from the offset instead of setting it to 0.

No luck so far... Any other ideas? Using higher resolution flowmap didn't solve the problem.

In Topic: Tangent space rotation

04 December 2012 - 10:05 AM

You're right, reflection vector should be in world space, and not in tangent space. :)

PARTNERS