Re: [JAVA3D] scenegraph refresh
ajaxinc wrote: Hi, Some times, it so happens that after making some change in the scenegraph, the change is not rendered on the canvas. What is happening. What needs to be done. There's a strange JDK bug with the interaction between swing and components that use native code for rendering. Th
[JAVA3D] scenegraph refresh
Hi, Some times, it so happens that after making some change in the scenegraph, the change is not rendered on the canvas. What is happening. What needs to be done. Ajax.