Subversion Repositories gelsvn

Rev

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

Rev 147 Rev 152
Line 2... Line 2...
2
#include "GLViewController.h"
2
#include "GLViewController.h"
3
 
3
 
4
using namespace std;
4
using namespace std;
5
using namespace CGLA;
5
using namespace CGLA;
6
 
6
 
7
namespace Graphics
7
namespace GLGraphics
8
{
8
{
9
    
9
    
10
	void GLViewController::reset_projection()
10
	void GLViewController::reset_projection()
11
	{
11
	{
12
		glMatrixMode(GL_PROJECTION);
12
		glMatrixMode(GL_PROJECTION);