Hello:
I have a simple application that uses View.setVpcToEc() to set up the
"camera" location. The first time I call View.setVpcToEc() to set up the
camera everything works fine. However any further calls I make to
View.setVpcToEc() with a different transform are ignored. For example, I
translate the camera forward a bit each time the user presses the forward
arrow key. However my scene does not change.
Now here is the strange part, if I resize the canvas then my scene does
change to reflect my new camera position. It seems the View is caching some
information and it is not being flushed until the canvas is resized.
Is this a known bug with any work arounds?
- John
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".