ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libgender/view.h
(Generate patch)

Comparing libgender/view.h (file contents):
Revision 1.8 by root, Tue Oct 5 03:39:47 2004 UTC vs.
Revision 1.9 by root, Tue Oct 5 03:52:13 2004 UTC

29 view &v; 29 view &v;
30 30
31 matrix projection; 31 matrix projection;
32 matrix modelview; 32 matrix modelview;
33 33
34 void transform (const matrix &m);
35
34 struct { 36 struct {
35 plane l, r, t, b, n, f; 37 plane l, r, t, b, n, f;
36 } frustum; 38 } frustum;
37 enum { DEPTH, LIGHTED } mode; 39 enum { DEPTH, LIGHTED } mode;
38 light *l; 40 light *l;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines