13 |
|
][ |
14 |
|
.B "\-t pctcull" |
15 |
|
][ |
16 |
+ |
.B "\-n nss" |
17 |
+ |
][ |
18 |
+ |
.B "\-s thresh" |
19 |
+ |
][ |
20 |
|
.B "\-l maxlobes" |
21 |
|
] |
22 |
|
[ |
36 |
|
][ |
37 |
|
.B "\-t pctcull" |
38 |
|
][ |
39 |
+ |
.B "\-n nss" |
40 |
+ |
][ |
41 |
+ |
.B "\-s thresh" |
42 |
+ |
][ |
43 |
|
.B "{+|-}forward" |
44 |
|
][ |
45 |
|
.B "{+|-}backward" |
85 |
|
Setting this parameter to -1 turns culling off entirely, which may be |
86 |
|
useful for comparisons. |
87 |
|
.PP |
88 |
+ |
The |
89 |
+ |
.I \-n |
90 |
+ |
option controls the number of super-samples to send in patches whose |
91 |
+ |
difference to its neighbors exceeds some threshold. |
92 |
+ |
The default number of super-samples is 256. |
93 |
+ |
The difference threshold for super-sampling is controlled by the |
94 |
+ |
.I \-s |
95 |
+ |
option, and defaults to 0.35. |
96 |
+ |
.PP |
97 |
|
The first invocation form takes a intermediate scattering representation |
98 |
|
as produced by |
99 |
|
.I pabopto2bsdf(1) |
135 |
|
options, and should obey both Helmholtz reciprocity and |
136 |
|
integrate to less than 1 over each projected incident hemisphere |
137 |
|
for energy conservation. |
138 |
+ |
The variable and function definitions in each |
139 |
+ |
.I \-f source |
140 |
+ |
file are read and compiled from the RADIANCE library where it is found. |
141 |
|
If the |
142 |
|
.I \-t3 |
143 |
|
option is specified, the defined function is assumed to be isotropic. |
170 |
|
isotropic Phong distribution: |
171 |
|
.IP "" .2i |
172 |
|
bsdf2ttree -g 5 -t3 -e 'phong(ix,iy,iz,ox,oy,oz) = if(iz, .1+((iz+oz)/sqrt((ix+ox)^2+(iy+oy)^2+(iz+oz)^2))^50, 0)' phong > phong.xml |
173 |
+ |
.SH ENVIRONMENT |
174 |
+ |
RAYPATH the directories to check for auxiliary files. |
175 |
|
.SH AUTHOR |
176 |
|
Greg Ward |
177 |
|
.SH "SEE ALSO" |