Comment 3 for bug 168948

Revision history for this message
Felipe "Juca" Sanches (felipe-sanches) wrote : Re: Turbulence filter has problems

when I implemented this filter I have guessed some values, as you can see at lines 30-33:

  fTileWidth(10), //guessed
  fTileHeight(10), //guessed
  fTileX(1), //guessed
  fTileY(1) //guessed

I have read the specs but I have not figured out which are the correct values here. Maybe this is why the output is not correct yet.