ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/common/noise.C
(Generate patch)

Comparing deliantra/server/common/noise.C (file contents):
Revision 1.8 by root, Tue Apr 26 03:18:06 2011 UTC vs.
Revision 1.9 by root, Tue Apr 26 03:34:49 2011 UTC

623 623
624 // temperature 624 // temperature
625 //putc (256 * gen.fBm (vec2d (x * 0.002, y * 0.002), 2), stdout); 625 //putc (256 * gen.fBm (vec2d (x * 0.002, y * 0.002), 2), stdout);
626 // rain 626 // rain
627 627
628 putc (127.5 * gen.ridgedmultifractal (vec2d (x * 0.01, y * 0.01), 1, 1, 1);
629
628 //cells 630 //cells
629 //putc (127.49 * gen.billowfractal (vec2d (x * 0.01, y * 0.01), 9) + 128, stdout); 631 //putc (127.49 * gen.billowfractal (vec2d (x * 0.01, y * 0.01), 9) + 128, stdout);
630 } 632 }
631 } 633 }
632#else 634#else

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines