ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/test/renders/bumpypat.cal
Revision: 1.1
Committed: Wed Nov 21 22:59:04 2018 UTC (5 years, 5 months ago) by greg
Branch: MAIN
CVS Tags: rad5R4, rad5R3, HEAD
Log Message:
Work in progress on test of mixtures, textures and BSDF data types

File Contents

# Content
1 { RCSid $Id$ }
2 {
3 Modify noise texture with scalar from data file
4 }
5 tdxf(v) = A1*noise3x(Px*50,Py*50,Pz*50) * v;
6 tdyf(v) = A1*noise3y(Px*50,Py*50,Pz*50) * v;
7 tdzf(v) = 0;