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

Comparing libgender/entity.h (file contents):
Revision 1.6 by root, Sun Oct 3 03:17:09 2004 UTC vs.
Revision 1.7 by root, Sun Oct 3 03:19:56 2004 UTC

64 void show (const sector &sec); 64 void show (const sector &sec);
65 void show (); 65 void show ();
66 void draw (const draw_context &ctx); 66 void draw (const draw_context &ctx);
67}; 67};
68 68
69#if 0
69struct entity_affine : entity_filter { 70struct entity_affine : entity_filter {
70 //matrix m; 71 GLfloat m[4][4];
72
73 void draw (const draw_context &ctx);
71}; 74};
75#endif
72 76
73struct vertex1d { 77struct vertex1d {
74 colour c; // colour 78 colour c; // colour
75 point p; // vertex 79 point p; // vertex
76}; 80};

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines