| Revision: | 1.1 |
| Committed: | Wed Mar 12 17:45:48 2003 UTC (22 years, 7 months ago) by greg |
| Branch: | MAIN |
| Log Message: | Added the rest of the missing files to ray/lib/ |
| # | User | Rev | Content |
|---|---|---|---|
| 1 | greg | 1.1 | { |
| 2 | Slate texture | ||
| 3 | Aligned in direction of x-axis | ||
| 4 | |||
| 5 | 2/8/91 | ||
| 6 | } | ||
| 7 | |||
| 8 | slate_dx = .5*Rdot * (.1*fnoise3(-Px/10,Py,Pz) | ||
| 9 | + if(noise3(Px/10,Py,Pz)+.8,0,noise3a(Px/10,Py,Pz))); | ||
| 10 | |||
| 11 | slate_dy = .5*Rdot * (.1*fnoise3(Px/10,-Py,Pz) | ||
| 12 | + if(noise3(Px/10,Py,Pz)+.8,0,noise3b(Px/10,Py,Pz))); | ||
| 13 | |||
| 14 | slate_dz = .5*Rdot * (.1*fnoise3(Px/10,Py,-Pz) | ||
| 15 | + if(noise3(Px/10,Py,Pz)+.8,0,noise3c(Px/10,Py,Pz))); |