update method
void
update()
Implementation
void update() {
// var video = this.image;
// var hasVideoFrameCallback = 'requestVideoFrameCallback' in video;
// if ( hasVideoFrameCallback == false && video.readyState >= video.HAVE_CURRENT_DATA ) {
// this.needsUpdate = true;
// }
}