• Main Page
  • Namespaces
  • Classes
  • Files
  • File List
  • File Members

renderingoptions.cpp

Go to the documentation of this file.
00001 #include "renderingoptions.h"
00002 
00003 RenderingOptions::RenderingOptions()
00004 {
00005         // TODO set useful defaults
00006         light = QColor(255, 255, 255);
00007         ambient = QColor(55, 55, 55);
00008         diffuse = QColor(200, 200, 200);
00009         specular = QColor(255, 255, 255);
00010         k1 = 1;
00011         k2 = 1;
00012         exponent = 16.0;
00013         N = 100;
00014 }

Generated on Mon Dec 6 2010 12:10:16 for LU Visualisierung WS2010 - Beispiel 1 by  doxygen 1.7.2