ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
Download File
|
Root Listing
root
/
Development
/
ray
/
lib
/
dirt.cal
Revision:
1.2
Committed:
Tue Mar 18 17:30:17 2003 UTC
(22 years, 7 months ago) by
greg
Branch:
MAIN
CVS Tags:
HEAD
Changes since
1.1
:
+0 -0 lines
State:
FILE REMOVED
Log Message:
Decided to move ray/lib directory into non-CVS distribution
File Contents
#
Content
1
{
2
Dirt pattern.
3
4
This is probably the simplest application
5
imaginable for the fractal noise function.
6
7
A1 - degree of "dirtiness"; 1 is very dirty.
8
}
9
10
dirt = 1 - A1*.5*(1+fnoise3(Px,Py,Pz));