I am trying to render only when the object is moving.. only I have a
interactive movie material and the cursor does not update properly..
When I turn off :

this.camera.hover();

It works correclty.. (except that the camera does not move only the
pages)

Is there anyway to work around this problem?
autoUpdate is set to true (default) Is there a way to rerender it or
force update?

My code to render looks like this:

if(this.move || this.page_drag || this.page_turning ||
this.newTiltAngle !== this.camera.tiltangle || this.newPanAngle !==
this.camera.panangle){
                                this.camera.hover();
                                this.view.render();
}


-- 
Subscription settings: http://groups.google.com/group/away3d-dev/subscribe?hl=en

Reply via email to