Changeset 6141 for trunk/RNA3D/RNA3D_OpenGLGraphics.cxx
- Timestamp:
- 14/08/09 16:29:27 (3 years ago)
- Files:
-
- 1 modified
-
trunk/RNA3D/RNA3D_OpenGLGraphics.cxx (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/RNA3D/RNA3D_OpenGLGraphics.cxx
r5868 r6141 41 41 b = (float) xcolor.blue / 65535.0; 42 42 43 // set OpenGL Backgroud Color to the widget's backgroud43 // set OpenGL background color to the widget's background 44 44 glClearColor(r, g, b, 1); 45 45
