/[gzz]/gzz/gfx/libcoords/Coords.cxx
ViewVC logotype

Diff of /gzz/gfx/libcoords/Coords.cxx

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by tjl, Wed Sep 25 16:39:26 2002 UTC revision 1.6 by tjl, Wed Sep 25 17:07:50 2002 UTC
# Line 46  namespace Coords { Line 46  namespace Coords {
46          virtual bool canPerformGL() { return true; }          virtual bool canPerformGL() { return true; }
47          virtual bool performGL() {          virtual bool performGL() {
48              GLfloat matrix[16] = {              GLfloat matrix[16] = {
49                  params[3], params[4], 0, 0,                  params[3], params[5], 0, 0,
50                  params[5], params[6], 0, 0,                  params[4], params[6], 0, 0,
51                  0,   0,   1, 0,                  0,   0,   1, 0,
52                  params[0],   params[1],   params[2], 1                  params[0],   params[1],   params[2], 1
53              };              };

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26