/* In GLFW curser callback */
void cursorCallback( GLFWwindow *window, double x, double y ) {
    
    
    trackball.cursorCallback( window, x, y );
}