glVertex  5.5.2
Public Member Functions | List of all members
glslnoise::perlinnoise Class Reference

perlin noise More...

#include <glslmath.h>

Public Member Functions

 perlinnoise (int sx=64, int sy=64, int sz=64, int start=4, float persist=0.5f, float seed=0.0f)
 default constructor
 
 ~perlinnoise ()
 destructor
 
float interpolate (float c1, float c2=0.0f, float c3=0.0f)
 cubic interpolation of perlin noise
 

Detailed Description

perlin noise


The documentation for this class was generated from the following file: