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.61 by root, Sun Apr 23 21:47:30 2006 UTC vs.
Revision 1.62 by root, Mon Apr 24 02:41:47 2006 UTC

1410 1410
1411void glTranslate (float x, float y, float z = 0.) 1411void glTranslate (float x, float y, float z = 0.)
1412 CODE: 1412 CODE:
1413 glTranslatef (x, y, z); 1413 glTranslatef (x, y, z);
1414 1414
1415void glScale (float x, float y, float z) 1415void glScale (float x, float y, float z = 1.)
1416 CODE: 1416 CODE:
1417 glScalef (x, y, z); 1417 glScalef (x, y, z);
1418 1418
1419void glRotate (float angle, float x, float y, float z) 1419void glRotate (float angle, float x, float y, float z)
1420 CODE: 1420 CODE:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines