00001 #include "SIGEL_Visualisation/SIG_ViewSettings.h" 00002 00003 namespace SIGEL_Visualisation 00004 { 00005 00006 SIG_ViewSettings::SIG_ViewSettings() 00007 : eyePoint(0,1,1), 00008 lookPoint(0,0,0), 00009 up(0,1,0), 00010 relativeEyePoint(false), 00011 renderMode(wireFrame), 00012 aspectRatio(1) 00013 { }; 00014 00015 }