OSDN Git Service

first
[psychlops/cpp.git] / psychlops / platform / gl / psychlops_g_module_GL.cpp
1 /*
2  *  psychlops_g_image_Win32_GL.h
3  *  Psychlops Standard Library (Universal)
4  *
5  *  Last Modified 2007/09/12 by Kenchi HOSOKAWA
6  *  (C) 2007 Kenchi HOSOKAWA, Kazushi MARUYA and Takao SATO
7  */
8
9 #include "psychlops_g_GL_h.h"
10 #include "../../core/graphic/psychlops_g_module.h"
11
12
13 namespace Psychlops {
14
15 /*
16         const Figure& Figure::draw(const double x, const double y, const double z) const {
17                 glPushMatrix();
18                         glTranslatef(x, y, z);
19                         draw();
20                 glPopMatrix();
21                 return *this;
22         }
23 */
24 /*      void GroupedFigure::draw() {
25                 glPushMatrix();
26                         glTranslatef(center.x.px_, center.y.px_, center.z.px_);
27                 glPopMatrix();
28         }
29 */
30
31
32
33 }       /*      <- namespace Psycholops         */