[JAVA3D] Java 3D FAQ Weekly Posting (02 Apr 2001)

2001-04-01 Thread The Java 3D FAQ
The Java 3D Frequently Asked Questions list for Monday April 2 2001 This is a posting of topics covered in the Java 3D FAQ. The answers to these questions are kept at: http://www.j3d.org/faq Please consult this list and the web site before asking questions on the mailing list. If ther

[JAVA3D] Textures and transparency

2001-04-01 Thread Paula Keohan
Hi all, I've created an Appearance object from a Texture2D object. I've set the transparency attributes of the appearance also. But, when I change the alpha value, it doesn't have any effect on the appearance. Anyone got any ideas why the transparency doesn't change? Is it just not possible with

Re: [JAVA3D] Canvas3D

2001-04-01 Thread John Davies
Probably something to do with the setMaximum/Prefered or Minimum size of the JPanel. You could try overridding the method when you create the JPanel or in the class if you've extended JPanel. -John- "K.R.Karthikeyan" wrote: Hi, I am having a JPanel which contains a JSplitpane.In the JSplitpane

[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