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.2 by greg, Mon Apr 7 15:43:08 2003 UTC vs.
Revision 1.6 by greg, Wed May 10 19:50:30 2006 UTC

# Line 1 | Line 1
1   <html>
2   <head>
3   <title>
4 < The RADIANCE 3.5 Synthetic Imaging System
4 > The RADIANCE 3.7 Synthetic Imaging System
5   </title>
6   </head>
7   <body>
8  
9 Copyright � 2003 Regents, University of California
10
9   <p>
10  
11   <h1>
12 < The RADIANCE 3.5 Synthetic Imaging System
12 > The RADIANCE 3.7 Synthetic Imaging System
13   </h1>
14  
15   <p>
16  
17 < Building Technologies Department<br>
17 > Building Technologies Program<br>
18   Lawrence Berkeley National Laboratory<br>
19   1 Cyclotron Rd., 90-3111<br>
20   Berkeley, CA  94720<br>
# Line 566 | Line 564 | A material defines the way light interacts with a  sur
564          </a>
565  
566   <dd>
567 <        Mirror is used for planar surfaces that produce  secondary source reflections.  
567 >        Mirror is used for planar surfaces that produce  virtual source reflections.  
568          This material should be used sparingly, as it may cause the light source calculation to  blow up  if  it is applied to many small surfaces.  
569          This material is only supported for flat surfaces  such  as  <a HREF="#Polygon">polygons</a>  and <a HREF="#Ring">rings</a>.  
570          The arguments are simply the RGB reflectance values, which should be between 0 and 1.  
# Line 589 | Line 587 | This is only appropriate if the surface hides other (m
587          </a>
588  
589   <dd>
590 <        The prism1 material is for  general  light  redirection from prismatic glazings, generating secondary light sources.
590 >        The prism1 material is for  general  light  redirection from prismatic glazings, generating virtual light sources.
591          It can only be used  to  modify  a  planar  surface  
592          (i.e.,  a <a HREF="#Polygon">polygon</a>  or <a HREF="#Ring">disk</a>)
593          and should not result in either light concentration or scattering.  
594          The new direction of the ray  can be  on either side of the material,
595 <        and the definitions must have the correct bidirectional properties to  work  properly with  secondary light sources.  
595 >        and the definitions must have the correct bidirectional properties to  work  properly with virtual light sources.  
596          The arguments give the coefficient for the redirected light and its direction.
597  
598   <pre>
# Line 1680 | Line 1678 | The details of this process  are  not  important, but
1678   directs the use of a scene description.
1679   <ul>
1680   <li>
1681 < <a NAME="rview" HREF="../man_html/rview.1.html"><b>Rview</b></a>  is  ray-tracing  program  for  viewing  a  scene interactively.  
1682 < When  the user specifies a new perspective, rview quickly displays a rough image on the  terminal,  
1681 > <a NAME="rvu" HREF="../man_html/rvu.1.html"><b>Rview</b></a>  is  ray-tracing  program  for  viewing  a  scene interactively.  
1682 > When  the user specifies a new perspective, rvu quickly displays a rough image on the  terminal,  
1683   then progressively increases the resolution as the user looks on.
1684   He can select a particular section of the image to  improve, or  move  to  a different view and start over.  
1685   This mode of interaction is useful for debugging scenes as well as determining the best view for a final image.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines