1 |
|
.\" RCSid "$Id$" |
2 |
|
.\" Print using the -ms macro package |
3 |
< |
.DA 11/13/2023 |
3 |
> |
.DA 12/09/2024 |
4 |
|
.LP |
5 |
< |
.tl """Copyright \(co 2023 Regents, University of California |
5 |
> |
.tl """Copyright \(co 2024 Regents, University of California |
6 |
|
.sp 2 |
7 |
|
.TL |
8 |
|
The |
638 |
|
0 |
639 |
|
8 dred dgrn dblu sred sgrn sblu u-power v-power |
640 |
|
.DE |
641 |
+ |
.LP |
642 |
+ |
.UL WGMDfunc |
643 |
+ |
.PP |
644 |
+ |
WGMDfunc is a more programmable version of trans2, |
645 |
+ |
with separate modifier paths and variables to control each component. |
646 |
+ |
(WGMD stands for Ward-Geisler-Moroder-Duer, which is the basis for |
647 |
+ |
this empirical model, similar to the previous ones beside Ashik2.)\0 |
648 |
+ |
The specification of this material is given below. |
649 |
+ |
.DS |
650 |
+ |
mod WGMDfunc id |
651 |
+ |
13+ rs_mod rs rs_urough rs_vrough |
652 |
+ |
ts_mod ts ts_urough ts_vrough |
653 |
+ |
td_mod |
654 |
+ |
ux uy uz funcfile transform |
655 |
+ |
0 |
656 |
+ |
9+ rfdif gfdif bfdif |
657 |
+ |
rbdif gbdif bbdif |
658 |
+ |
rtdif gtdif btdif |
659 |
+ |
A10 .. |
660 |
+ |
.DE |
661 |
+ |
The sum of specular reflectance ( |
662 |
+ |
.I rs |
663 |
+ |
), specular transmittance ( |
664 |
+ |
.I ts |
665 |
+ |
), diffuse reflectance ( |
666 |
+ |
.I "rfdif gfdif bfdif" |
667 |
+ |
for front and |
668 |
+ |
.I "rbdif gbdif bbdif" |
669 |
+ |
for back) |
670 |
+ |
and diffuse transmittance ( |
671 |
+ |
.I "rtdif gtdif btdif" |
672 |
+ |
) should be less than 1 for each |
673 |
+ |
channel. |
674 |
+ |
.PP |
675 |
+ |
Unique to this material, separate modifier channels are |
676 |
+ |
provided for each component. |
677 |
+ |
The main modifier is used on the diffuse reflectance, both |
678 |
+ |
front and back. |
679 |
+ |
The |
680 |
+ |
.I rs_mod |
681 |
+ |
modifier is used for specular reflectance. |
682 |
+ |
If "void" is given for |
683 |
+ |
.I rs_mod, |
684 |
+ |
then the specular reflection color will be white. |
685 |
+ |
The special "inherit" keyword may also be given, in which case |
686 |
+ |
specular reflectance will share the main modifier. |
687 |
+ |
This behavior is replicated for the specular transmittance modifier |
688 |
+ |
.I ts_mod, |
689 |
+ |
which has its own independent roughness expressions. |
690 |
+ |
Finally, the diffuse transmittance modifier is given as |
691 |
+ |
.I td_mod, |
692 |
+ |
which may also be "void" or "inherit". |
693 |
+ |
Note that any spectra or color for specular components must be |
694 |
+ |
carried by the named modifier(s). |
695 |
+ |
.PP |
696 |
+ |
The main advantage to this material over BRTDfunc and |
697 |
+ |
other programmable types described below is that the specular sampling is |
698 |
+ |
well-defined, so that all components are fully computed. |
699 |
|
.LP |
700 |
|
.UL Dielectric |
701 |
|
.PP |