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

Comparing libgender/view.h (file contents):
Revision 1.29 by root, Sat Oct 23 02:27:52 2004 UTC vs.
Revision 1.30 by root, Mon Nov 1 01:57:03 2004 UTC

39 vec3 d, u; 39 vec3 d, u;
40 GLfloat fov; 40 GLfloat fov;
41 GLfloat z_near, z_far, c_far; 41 GLfloat z_near, z_far, c_far;
42 int w, h; 42 int w, h;
43 GLfloat pixfact; // how many pixels on screen are drawn by a unit length line, *roughly* 43 GLfloat pixfact; // how many pixels on screen are drawn by a unit length line, *roughly*
44 sector eorig; // orig of currently-rendered entity in relation to the camera
44 45
45 GLfloat gamma; 46 GLfloat gamma;
46 47
47 // only to be used by friends: TODO 48 // only to be used by friends: TODO
48 49

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines