--- ray/src/common/view.h 1992/10/02 15:56:31 2.2 +++ ray/src/common/view.h 1993/03/05 15:14:06 2.3 @@ -35,7 +35,8 @@ extern char *setview(); #define viewaspect(v) sqrt((v)->vn2/(v)->hn2) -#define STDVIEW {VT_PER,0.,0.,0.,0.,1.,0.,0.,0.,1.,45.,45.,0.,0.} +#define STDVIEW {VT_PER,{0.,0.,0.},{0.,1.,0.},{0.,0.,1.}, \ + 45.,45.,0.,0.,{0.,0.,0.},{0.,0.,0.},0.,0.} #define VIEWSTR "VIEW=" #define VIEWSTRL 5