[JAVA3D] IllegalStateException

2002-12-16 Thread K.R.Karthikeyan
Hi, Does anybody help me regarding the below exception. I am getting this exception only sometimes when i try to click on the canvas3D. Thanks in advance. Karthik   Exception occurred during Behavior execution: java.lang.IllegalStateException: Picking can only work if BranchGroup is alive

[JAVA3D] General problem

2002-08-11 Thread K.R.Karthikeyan
Hi All,   In the paintComponent(Graphics g) method of my panel   g.drawLine(0,0,10,10);   my application is hanging.   Is there any specific limit for this ?   Kind regards, Karthik

Re: [JAVA3D] Resizing problem

2002-07-18 Thread K.R.Karthikeyan
Resizing problem > Karthik, > > It's very likely a bug in the video driver. What video card are you > using and what version of the driver? OpenGL or DirectX (and which > version). > > - John Wright > Starfire Research > > > "K.R.Karthikeyan"

Re: [JAVA3D] Resizing problem

2002-07-17 Thread K.R.Karthikeyan
t; Karthik, > > It's very likely a bug in the video driver. What video card are you > using and what version of the driver? OpenGL or DirectX (and which > version). > > - John Wright > Starfire Research > > > "K.R.Karthikeyan" wrote: > > > >

Re: [JAVA3D] Resizing problem

2002-07-17 Thread K.R.Karthikeyan
Re: [JAVA3D] Resizing problem > Karthik, > > It's very likely a bug in the video driver. What video card are you > using and what version of the driver? OpenGL or DirectX (and which > version). > > - John Wright > Starfire Research > > > "K.R.K

[JAVA3D] Resizing problem

2002-07-17 Thread K.R.Karthikeyan
Hi,   If i resize my canvas3D my application crashes and i get the following exception This problem comes only in Win98. It works fine in Win2K.   Thanks in Advance.   Karthik.     An unexpected exception has been detected in native code outside the VM.Unexpected Signal : EXCEPTION_ACCESS_VIO

[JAVA3D] Fit to the Panel

2001-05-16 Thread K.R.Karthikeyan
Hai ,     I want a function which should make my Shape3D fully visible on the Canvas3D.   In my Application i can  Zoomin or Zoomout my Graphics by Clicking the Corresponding buttons. Like this i want a function to make a full view of my Shape3D. ( the shape will be of any width and height )

Re: [JAVA3D] JSplitPane and Canvas3D

2001-04-22 Thread K.R.Karthikeyan
Hi,I was also having the same problem and i solved also.The Solution is you have to set the maximum and minimum size of therightside panel in the JSplitpane ( ie the panel which is containingCanvas3D) to Zero.iegetRightPanel(). setMaximumSize(new Dimension(0,0));getRightPanel().setMinimumSi

Re: [JAVA3D] JSplitPane and Canvas3D

2001-04-22 Thread K.R.Karthikeyan
Hi, I was also having the same problem and i solved also. The Solution is you have to set the maximum and minimum size of the rightside panel in the JSplitpane ( ie the panel which is containing Canvas3D) to Zero. ie getRightPanel(). setMaximumSize(new Dimension(0,0)); getRightPanel().setMinimum

[JAVA3D] Fit to Panel

2001-04-03 Thread K.R.Karthikeyan
Hi,   I want to know how to make my graphics fully visible in the canvas3D. I am having a button to zoomIn my Box.   Let us assume if i zoomIn some 10 or 20 times , it will be very big and the box's bounds will be outof Canvas3D.   I want to click one more button which will bring back the b

Re: [JAVA3D] WG: [JAVA3D] JSplitPane and Canvas3D

2001-04-03 Thread K.R.Karthikeyan
pril 02, 2001 12:47 PM Subject: [JAVA3D] WG: [JAVA3D] JSplitPane and Canvas3D Andrew, the old mail perhaps can help you. Bo -Ursprüngliche Nachricht- Von: K.R.Karthikeyan [mailto:[EMAIL PROTECTED]] Gesendet: Sonntag, 1. April 2001 16:00 An: [EMAIL PROTECTED] Betreff: [JAVA3D] Canvas3

[JAVA3D] Canvas3D

2001-04-01 Thread K.R.Karthikeyan
Hi,   I am having a JPanel which contains a JSplitpane. In the JSplitpane i added one JPanel and One Canvas. Now i am not able to resize the Canvas using the devider.   ( Note: I can maximize the size of the Canvas, not able to minimize )   I attached the image also here.   Any Comments wi

[JAVA3D] General doubt

2001-03-21 Thread K.R.Karthikeyan
Hi,   I am having a JDialog with one Button. On the click of this button i am opening a JFrame which contains one Button.   Now I am not able to click the button in the frame with mouse. But i can fire the action with space bar or enter.   Is anybody can help me in this

[JAVA3D] Multiple Parent Exception

2001-02-21 Thread K.R.Karthikeyan
  Hi All,        I have a createSceneGraph() method . In that method i build the whole structure. Inside that method i add a behavior object. This behavior is my own class which is a sub class of the Behaviour class. On click of some button I call this createSceneGraph() method again. So wat

[JAVA3D] OutOfMemoryException

2000-12-26 Thread K.R.Karthikeyan
Hi, public void refresh() {   mainBranchGroup.removeChild(0);   mainBranchGroup.addChild(createSceneGraph(canvas3D)); } If i call this method for 10 or 20 times it is throwing OutOfMemoryException Is anybody can help me regarding this.   K.R.Karthikeyan

[JAVA3D] Outofmemory Exception

2000-12-24 Thread K.R.Karthikeyan
Hi ,   I will explain my program first.   I am having one MainBranchGroup.   I am having one createSceneGraph() Method which will return BranchGroup Object.   I am adding like this      mainBranchGroup.add(createSceneGraph());     My application is having  3D Bars, the length, width and heigh

[JAVA3D] Run time change of values

2000-12-10 Thread K.R.Karthikeyan
    How can i change the shape size in runtime.   ie I am drawing the 3D Bar Chart. The values for the chart will be in a Vector. Initially the program will read the vector values and it will draw the bars.   Suppose if i change the vector values at run time from other screen i want the eff

[JAVA3D] java3D Collision

2000-11-19 Thread K.R.Karthikeyan
I want immediate help on this. I want to stop collision in Java3D. ie I want to stop the object passing through another object   Example Program will be more helpful to me, i need this very urgently Is anybody can help me.   Karthikeyan

[JAVA3D]

2000-11-16 Thread K.R.Karthikeyan
ision.   I will be happy if i get one sample program to stop collision.   Expecting  Reply, K.R.Karthikeyan