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

Comparing libgender/view.h (file contents):
Revision 1.27 by root, Mon Oct 18 12:01:14 2004 UTC vs.
Revision 1.28 by root, Mon Oct 18 12:24:29 2004 UTC

44 44
45 GLfloat gamma; 45 GLfloat gamma;
46 46
47 // only to be used by friends: TODO 47 // only to be used by friends: TODO
48 48
49 GLfloat nz_far, nc_far; 49 GLfloat nz_far, nz_near, nc_far;
50 GLfloat diagfact; // bounding box border to depth factor 50 GLfloat diagfact; // bounding box border to depth factor
51 GLfloat perspfact; // perspfact * (1/depth)=> pixels 51 GLfloat perspfact; // perspfact * (1/depth)=> pixels
52 52
53 gl::matrix projection; 53 gl::matrix projection;
54 54

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines