Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members  

SIG_ViewSettings.cpp

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 }

Generated at Mon Sep 3 01:32:33 2001 for PG 368 - SIGEL by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000