01 // The timer sensor passes time impulses to the camera 02 // while the center mouse button is held down 03 ticker = new SoTimerSensor(tickerCallback, camera); 04 ticker->setInterval(UPDATE_RATE);