ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/test/renders/maxang.cal
Revision: 1.1
Committed: Sat Dec 1 02:06:05 2018 UTC (5 years, 5 months ago) by greg
Branch: MAIN
CVS Tags: rad5R4, rad5R3, HEAD
Log Message:
Finished additions for BSDF's, etc. to complete primitive testing

File Contents

# Content
1 { RCSid $Id$ }
2 { Simple function to get maximum angle in degrees for incident/source }
3
4 maxang(sx,sy,sz) = Acos(min(RdotP,abs(sx*NxP+sy*NyP+sz*NzP)))/DEGREE;