glut.cpp
Go to the documentation of this file.
00001 
00004 /*****************************************************************************
00005 ** Includes
00006 *****************************************************************************/
00007 
00008 #include "../../include/qglv/gl/glut.hpp"
00009 
00010 /*****************************************************************************
00011 ** Namespaces
00012 *****************************************************************************/
00013 
00014 namespace qglv {
00015 
00016 /*****************************************************************************
00017  ** Implementation
00018  *****************************************************************************/
00019 
00020 GLUquadricObj* glutFoo() {
00021   GLUquadricObj* quadric;
00022   gluQuadricDrawStyle(quadric, GLU_FILL);
00023   gluQuadricNormals(quadric, GLU_SMOOTH);
00024   return quadric;
00025 }
00026 
00027 //GLUquadricObj* quadric = glutFoo();
00028 
00029 } // namespace qglv


qglv_opengl
Author(s): Daniel Stonier
autogenerated on Sat Jun 18 2016 08:19:28