Subversion Repositories gelsvn

Rev

Rev 178 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 178 Rev 195
Line 42... Line 42...
42
								X=2;
42
								X=2;
43
								Y=0;
43
								Y=0;
44
								Z=1;
44
								Z=1;
45
								break;
45
								break;
46
				}
46
				}
47
				theta = M_PI/2.0f;
47
				theta = static_cast<float>(M_PI_2);
48
				phi = 0;
48
				phi = 0;
49
		}
49
		}
50
 
50
 
51
/** Call this to set up OpenGL viewing matrix. It will also 
51
/** Call this to set up OpenGL viewing matrix. It will also 
52
		clear the view matrix. */
52
		clear the view matrix. */