LisaacTM Platform

NOISE


3D Perlin noise
Inherit/Insert Summary
parent_framework No developed.
 
Constructor Summary
create
 
Slot Summary
permutation
 
Creation.
make
get
return Perlin noise at (x,y,z) point
 

Inherit/Insert Detail

parent_framework

.../extra/opengl/3D/noise.li line #18

Section:
Inherit

Profile:
- SelfSELFparent_framework : FRAMEWORK_ANY

Constructor Detail

create

.../extra/opengl/3D/noise.li line #30

Section:
Public

Profile:
- SelfSELFcreate : SELF

Detail slot

permutation

.../extra/opengl/3D/noise.li line #22

Section:
Public

Profile:
+ SelfSELFpermutation : FAST_ARRAYINTEGER)

Creation.

make

.../extra/opengl/3D/noise.li line #37

Section:
Public

Profile:
- SelfSELFmake 

get

.../extra/opengl/3D/noise.li line #45

Section:
Public

Profile:
- SelfSELFget  ( x : REAL_32, y : REAL_32, z : REAL_32) : REAL_32

Description:
return Perlin noise at (x,y,z) point