/[libvob]/libvob/src/util/Perlin.cxx
ViewVC logotype

Diff of /libvob/src/util/Perlin.cxx

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by tjl, Sun Mar 23 20:15:58 2003 UTC revision 1.3 by tjl, Sun Apr 20 10:51:38 2003 UTC
# Line 372  namespace Vob { namespace Perlin { Line 372  namespace Vob { namespace Perlin {
372    
373    
374      void voronoise3(float vec[3], float jitter, float *fo1, float *fo2, float *fd) {      void voronoise3(float vec[3], float jitter, float *fo1, float *fo2, float *fd) {
375          int x, y, z;          int x=0, y=0, z=0;
376          int bx, by, bz;          int bx, by, bz;
377          float t;          float t;
378          float fx, fy, fz;          float fx, fy, fz;

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26