Advertisement
Bateau

fk3db

Apr 12th, 2013
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. fk3db
  2.  
  3. dynamic_grain
  4. Use different grain pattern for each frame.
  5.  
  6. Default: false
  7.  
  8.  
  9.  
  10.  
  11. random_algo_ref / random_algo_grain
  12. Choose random number algorithm for reference positions / grains.
  13.  
  14. 0: Algorithm in old versions
  15. 1: Uniform distribution
  16. 2: Gaussian distribution
  17. (StdDev (sigma) is settable through random_param_ref / random_param_grain,
  18. Only values in [-1.0, 1.0] is used for multiplication, numbers outside
  19. this range are simply ignored)
  20.  
  21. Default: 1 / 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement