Subversion Repositories gelsvn

Rev

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

Rev 277 Rev 392
Line 30... Line 30...
30
 
30
 
31
		unsigned width, height;
31
		unsigned width, height;
32
		CGLA::Quatf	qrot;
32
		CGLA::Quatf	qrot;
33
		CGLA::Quatf	qinc;
33
		CGLA::Quatf	qinc;
34
		CGLA::Vec2f	trans;
34
		CGLA::Vec2f	trans;
35
		CGLA::Vec3f scale;
35
		float scale;
36
		float	ballsize;
36
		float	ballsize;
37
		float eye_dist;
37
		float eye_dist;
38
		CGLA::Vec2f last_pos;
38
		CGLA::Vec2f last_pos;
39
		TrackBallAction current_action;
39
		TrackBallAction current_action;
40
 
40