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

Comparing ray/src/rt/rview.c (file contents):
Revision 1.7 by greg, Wed Oct 25 15:37:19 1989 UTC vs.
Revision 1.8 by greg, Fri Oct 27 11:48:25 1989 UTC

# Line 198 | Line 198 | again:
198                          goto commerr;
199                  getmove(args);
200                  break;
201 <        case 'r':                               /* rotate camera */
202 <                if (badcom("rotate"))
203 <                        goto commerr;
201 >        case 'r':                               /* rotate/repaint */
202 >                if (badcom("rotate")) {
203 >                        if (badcom("repaint"))
204 >                                goto commerr;
205 >                        getrepaint(args);
206 >                        break;
207 >                }
208                  getrotate(args);
209                  break;
210          case 'p':                               /* pivot view */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines