User Tools

Site Tools


processing:compass_example

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
processing:compass_example [2015/08/01 20:21] – [Perlin noise] mithatprocessing:compass_example [2015/08/01 21:11] (current) – [Refining randomness] mithat
Line 131: Line 131:
 The offsets in the "Adding randomness" example above appear noticeably more jittery than a true natural process. This is because the random offsets are allowed to jump directly over the entire range that the indicator bounces within. The offsets in the "Adding randomness" example above appear noticeably more jittery than a true natural process. This is because the random offsets are allowed to jump directly over the entire range that the indicator bounces within.
  
-A random offset process can be smoothed out by //accumulating small random offsets// rather than jumping completely randomly over some range. The small random offsets will average out to zero in the long run, but they will prevent the indicator from jumping too far between any two frames. On the other hand, it's possible for the total offset to temporarily exceed the desired bounds.+A random offset process can be smoothed out by //accumulating small random offsets// rather than jumping completely randomly over some range. The small random offsets will average out to zero in the long run, but they will prevent the indicator from jumping too far between any two frames. The downsides are that it's possible for the total offset to temporarily exceed the desired bounds and that sometimes the accumulated offset can become so large that it never seems to return to zero.
  
 <code java> <code java>
processing/compass_example.1438460499.txt.gz · Last modified: 2015/08/01 20:21 by mithat

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki