• Mr.doob's avatar
    Reverted TrackballControls changes. · a48864b4
    Mr.doob authored
    Is as it was before, but I implemented the event dispatching in a different way (checking the distance of the object position between frames). Also renamed the 'update' event to 'change'.
    
    controls.addEventListener( 'change', render );
    
    Right now only misc_camera_trackball.html uses this.
    a48864b4
ThreeExtras.js 199 KB