Subversion Repositories gelsvn

Rev

Rev 147 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 147 Rev 152
Line 3... Line 3...
3
 
3
 
4
#include "CGLA/CGLA.h"
4
#include "CGLA/CGLA.h"
5
#include "CGLA/Vec3f.h"
5
#include "CGLA/Vec3f.h"
6
 
6
 
7
 
7
 
8
namespace Graphics
8
namespace GLGraphics
9
{
9
{
10
 
10
 
11
/** \brief Simple trackball class. 
11
/** \brief Simple trackball class. 
12
 
12
 
13
    Use it to let the mouse movement control the viewing transformation. 
13
    Use it to let the mouse movement control the viewing transformation.