Skip to content
  • Øyvind "pippin" Kolås's avatar
    perlin-noise: fix racy initialization · 650f9552
    Øyvind "pippin" Kolås authored
    Fixing issue #160, by initializing the tables used by perlin noise during
    class_init of the GeglOperation using it. There is much room for optimization
    by refactoring the gegl-op to directly include inlined versions of the code
    currenly in the perlin folder.
    650f9552