[JAVA3D] Repiant has bad effect on Canvas3D

2005-06-24 Thread Saeed Ansari
Hello, I have used KeyEvent methods to translate camera on  the scene. The problem is when I repaint the canvas3D the scene becomes white for a very short time. Is there a way to remove this problem ?   Regards, Saeed     public void keyPressed(KeyEvent e) {    char keyChar = e.getKeyChar();    in

[JAVA3D] update part of a texture

2005-06-24 Thread Guillaume Capblancq
Hi, Is there any possibility to update a part of a texture ( something like the glTexSubImage2D OpenGL function). If not, what is the plan for a Java3D implementation of this feature ? Thanks in advance Regards, === To unsu

[JAVA3D] Zooming on Scene

2005-06-24 Thread Saeed Ansari
Hello all, I have used KeyPressed event to zoom on the scene. My Scene is on X-Y axis. To view the scene from front side, I have rotate the camera on x-axis. Now to zoom the scene, I should decrease the y-axis. When I run the program, for the first time that I press z-key it zooms, but to continue

Re: [JAVA3D] openGL/directX selection via webstart

2005-06-24 Thread Alessandro Borges
In can ask your user at application start-up In your bootstrap class check if you are under Windows, then open pop-up a JOption Pane asking user to choose D3D or OpenGL renderer. Then set System.setProperty("j3d.rend","d3d") for D3D or System.setProperty("j3d.rend","ogl") for OpenGL After that yo

[JAVA3D] tutorial

2005-06-24 Thread auger pierre
hey; Chapter2-self test 1: if i replace the cone shape by a cylinder shape as written ,i get two cylinders.How to transform them in two cones? === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the