Tagged Questions

0
votes
1answer
92 views

Improved Perlin Noise module for Lua

I need Improved Perlin Noise in my Lua code. Are there any decent open-source Lua C modules available? Or is there any nice C library that I can write a wrapper for (perhaps with other noise …
4
votes
4answers
309 views

How to create a fractal cube?

I would like to render volumetric clouds in OpenGL. I found an interesting paper that describes a simple technique to render volumetric clouds. (http://www.inframez.com/events_volclouds_slide18.htm) …
1
vote
1answer
54 views

Procedural Hash Function

I am wondering what is the best hash function for procedural textures, especially perlin noise. I know about the PRNG posted on this page, but this claims that it is not a good PRNG Thanks