ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/rtotypes.h
(Generate patch)

Comparing ray/src/rt/rtotypes.h (file contents):
Revision 1.3 by greg, Fri Feb 18 00:40:25 2011 UTC vs.
Revision 1.4 by greg, Sun Jul 29 19:01:39 2012 UTC

# Line 8 | Line 8 | typedef int otype_implf(OBJREC *o, RAY *r);
8   extern otype_implf o_sphere, o_face, o_cone, o_instance, o_mesh;
9  
10   extern otype_implf m_aniso, m_dielectric, m_glass, m_alias, m_light,
11 <        m_normal, m_mist, m_mirror, m_direct, m_clip, m_brdf, m_brdf2, m_bsdf;
11 >        m_normal, m_mist, m_mirror, m_direct, m_clip, m_brdf, m_brdf2,
12 >        m_bsdf, m_ashikhmin;
13  
14   extern otype_implf t_func, t_data;
15  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines