I have a Java3D Applet that texture maps
some large images, around 1MB or so per image on 4 sides of the cube.
For some reason, when you move the mouse over the Applet window, or move the
scroll bar on the browser, my rendered image disappears. If I then
perform an action that forces the repaint - e.g. click the left mouse
button and move the mouse to rotate the image - the rendered image appears
again.
I am in the process of over-riding the
MouseMove event to see if I can capture the mouse movement and explicitly
repaint the image, but I am wondering if there is a more straightforward way to
come to a solution. Anyone seen this before? I have not found
anything in the archives that speaks to this type of a problem.
thanks in advance -
Peter Worth
Java Systems Architect and Java3D
novice