Built-in noise functions

I’m trying to use the GLSL noise1 function, but no matter what I do, it will return me a value of 0. Is it not implemented yet or what?

I’m using a 6800 ultra with the driver 71.40

Thanks

Right, not implemented.

Check these instead:
http://www.opengl.org/discussion_boards/cgi_directory/ultimatebb.cgi?ubb=get_topic;f=11;t=000531
http://www.opengl.org/discussion_boards/cgi_directory/ultimatebb.cgi?ubb=get_topic;f=11;t=000527
http://www.opengl.org/discussion_boards/cgi_directory/ultimatebb.cgi?ubb=get_topic;f=11;t=000517

Cool that’s great, exactly what I needed. Thanks for the links Relic, and of course to StefanG for posting is work. I have to understand it now…

To understand my code, you might be helped by this:
A PDF I wrote about the algorithm details

Stefan G

Just for you information, nVidia claimed in the following document that they don’t support noise1/2/3/4 currently:

http://download.nvidia.com/developer/GLSL/GLSL%20Release%20Notes%20for%20Release%2060.pdf

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.