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
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
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"
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
> 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
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
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 )
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
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
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
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
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
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
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
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
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
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
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
ision.
I will be happy if i get one sample
program to stop collision.
Expecting Reply,
K.R.Karthikeyan
19 matches
Mail list logo