| # | Line 525 | Line 525 | printdefaults() /* print default values to stdout */ | |
|---|---|---|
| 525 | printf("-vt%c\t\t\t\t# view type %s\n", ourview.type, | |
| 526 | ourview.type==VT_PER ? "perspective" : | |
| 527 | ourview.type==VT_PAR ? "parallel" : | |
| 528 | + | ourview.type==VT_HEM ? "hemispherical" : |
| 529 | + | ourview.type==VT_ANG ? "angular" : |
| 530 | "unknown"); | |
| 531 | printf("-vp %f %f %f\t# view point\n", | |
| 532 | ourview.vp[0], ourview.vp[1], ourview.vp[2]); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |