Ignore:
Timestamp:
Feb 1, 2000, 8:42:09 PM (26 years ago)
Author:
sandervl
Message:

JvdH:Ported SGI GLUT sources + Opengl update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/opengl/glu32.cpp

    r2532 r2595  
    1 /* $Id: glu32.cpp,v 1.1 2000-01-27 21:49:12 sandervl Exp $ */
     1/* $Id: glu32.cpp,v 1.2 2000-02-01 19:41:53 sandervl Exp $ */
    22/*****************************************************************************/
    33/*                                                                           */
     
    255255                             GLdouble zFar)
    256256{
     257  dprintf(("gluPerspective called - fovy %f\n",fovy));
    257258  OS2gluPerspective(fovy,aspect,zNear,zFar);
     259  dprintf(("gluPerspective returned\n"));
    258260}
    259261
Note: See TracChangeset for help on using the changeset viewer.