ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/Client.xs
(Generate patch)

Comparing deliantra/Deliantra-Client/Client.xs (file contents):
Revision 1.136 by root, Sun Aug 13 16:29:36 2006 UTC vs.
Revision 1.138 by root, Mon Aug 14 01:21:01 2006 UTC

1803 const_iv (GL_SEPARABLE_2D), 1803 const_iv (GL_SEPARABLE_2D),
1804 const_iv (GL_CONVOLUTION_2D), 1804 const_iv (GL_CONVOLUTION_2D),
1805 const_iv (GL_CONVOLUTION_BORDER_MODE), 1805 const_iv (GL_CONVOLUTION_BORDER_MODE),
1806 const_iv (GL_CONSTANT_BORDER), 1806 const_iv (GL_CONSTANT_BORDER),
1807 const_iv (GL_LINES), 1807 const_iv (GL_LINES),
1808 const_iv (GL_LINE_STRIP),
1808 const_iv (GL_LINE_LOOP), 1809 const_iv (GL_LINE_LOOP),
1809 const_iv (GL_QUADS), 1810 const_iv (GL_QUADS),
1810 const_iv (GL_QUAD_STRIP), 1811 const_iv (GL_QUAD_STRIP),
1811 const_iv (GL_TRIANGLES), 1812 const_iv (GL_TRIANGLES),
1812 const_iv (GL_TRIANGLE_STRIP), 1813 const_iv (GL_TRIANGLE_STRIP),
2009 2010
2010void glEndList () 2011void glEndList ()
2011 2012
2012void glCallList (int list) 2013void glCallList (int list)
2013 2014
2014int glX ()
2015 CODE:
2016 GLdouble m[4][4];
2017 glGetDoublev (GL_MODELVIEW_MATRIX, m);
2018 printf ("%f %f %f %f\n", m[0][0], m[0][1], m[0][2], m[0][3]);
2019 printf ("%f %f %f %f\n", m[1][0], m[1][1], m[1][2], m[1][3]);
2020 printf ("%f %f %f %f\n", m[2][0], m[2][1], m[2][2], m[2][3]);
2021 printf ("%f %f %f %f\n", m[3][0], m[3][1], m[3][2], m[3][3]);
2022 printf ("\n");
2023

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines