> > How will I know when a scene rendering completes?
>
> The Canvas3D.postSwap() method gets called after all
> rendering is complete. This method is provided for you to override to do
> anything you want after rendering. 

I am not sure if this is absolutely true
- has this been verified?
I haven't tested this with v1.1.1 but in
previous versions I found that I could not
assume that a new image was drawn each time
preRender(), postRender(), postSwap() are called. 
See 
http://java.sun.com/products/java-media/mail-archive/3D.9.98/0465.html
for a discussion of a special case in which this
causes a problem. I wonder if there are
other situations (e.g., low java-bound frame rate)
where the problem arises.

Mark
=====================================================================
To subscribe/unsubscribe, send mail to [EMAIL PROTECTED]
Java 3D Home Page: http://java.sun.com/products/java-media/3D/

Reply via email to