Example #1
0
 void ResetTrackBall()
 {
     trackball = new MouseTrackBall(this)
     {
         distance = 10.0f,
         rx       = 0.0f,
         ry       = 0.0f
     };
 }
 void ResetTrackBall()
 {
     trackball = new MouseTrackBall(this){
         distance = 10.0f,
         rx = 0.0f,
         ry = 0.0f
     };
 }