ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/doc/ray.html
(Generate patch)

Comparing ray/doc/ray.html (file contents):
Revision 1.22 by greg, Tue Dec 1 16:58:16 2015 UTC vs.
Revision 1.23 by greg, Sun Jul 10 23:41:37 2016 UTC

# Line 798 | Line 798 | unless the line integrals consider enclosed geometry.
798  
799   <dd>
800          Trans2 is the anisotropic version of <a HREF="#Trans">trans</a>.  
801 <        The string arguments  are  the same as for plastic2, and the real arguments are the same as  for  trans  but  with  an  additional roughness value.
801 >        The string arguments  are  the same as for <a HREF="#Plastic2">plastic2</a>,
802 >        and the real arguments are the same as  for  trans  but  with  an  additional roughness value.
803  
804   <pre>
805          mod trans2 id
806          4+ ux uy uz funcfile transform
807          0
808          8 red green blue spec urough vrough trans tspec
809 + </pre>
810 +
811 + <p>
812 +
813 + <dt>
814 +        <a NAME="Ashik2">
815 +        <b>Ashik2</b>
816 +        </a>
817 +
818 + <dd>
819 +        Ashik2 is the anisotropic reflectance model by Ashikhmin & Shirley.
820 +        The string arguments are the same as for <a HREF="#Plastic2">plastic2</a>, but the real
821 +        arguments have additional flexibility to specify the specular color.
822 +        Also, rather than roughness, specular power is used, which has no
823 +        physical meaning other than larger numbers are equivalent to a smoother
824 +        surface.
825 + <pre>
826 +        mod ashik2 id
827 +        4+ ux uy uz funcfile transform
828 +        0
829 +        8 dred dgrn dblu sred sgrn sblu u-power v-power
830   </pre>
831  
832   <p>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines