PNOISE4D

THE BOX'S MAIN HELP:
This function generates 4 dimensional periodic noise.
The return value will be float, point, vector, normal or color 
depending on the cast, whose component(s) lie in the range [0,1].

PP (input):
This must be a varying point, vector or normal.
The default is the surface point, P.
This is the seed for the pnoise function.

T (input):
This must be an integer. The default is 1.
This is the time interval for the seed of the pnoise function.

IP (input):
This must be a point, vector or normal which lies on the 
integer lattice. (i.e. all components must be integers)
This is the period for the function. The default is point(1,1,1).

TP (input):
This must be an integer. The default is 1.
This is the time interval for the period of the pnoise function.

OUT (output):
This function generates 4 dimensional periodic noise.
The return value will be float, point, vector, normal or color 
depending on the cast, whose component(s) lie in the range [0,1].

<-- BACK TO Patterns

© Copyright 1996,1998 Cinema Graphics Inc. All Rights reserved.