[JAVA3D] An error message.

2000-01-28 Thread Pei Jir Yeoh
Hello, does anyone know how to solve this?   'A' is a class which extends Group. When 'A' is called, it will display a Cylinder. 'A' also has a method called setValue which will change the height of the Cylinder by utilizing the Morph object.   'B' is a JPanel, which uses 'A' to create a lot

Re: [JAVA3D] An error message :(

2000-01-28 Thread Gupta, Vineet TEC
Are you sure you have set the capability for the shape?       Vineet -Original Message-From: Discussion list for Java 3D API [mailto:[EMAIL PROTECTED]]On Behalf Of Pei Jir YeohSent: Thursday, January 27, 2000 3:21 PMTo: [EMAIL PROTECTED]Subject: [JAVA3D] An error message

[JAVA3D] An error message :(

2000-01-28 Thread Pei Jir Yeoh
Does anyone know how to solve this problem?javax.media.j3d.CapabilityNotSetException: GeometryArray: no capability to get vertex formatWhen I set the capability to get the vertex format, it only leads to another kind of error..   This problem occurs when I am using Morph.

[JAVA3D] An error message :(

2000-01-27 Thread Pei Jir Yeoh
Does anyone know how to solve this problem?javax.media.j3d.CapabilityNotSetException: GeometryArray: no capability to get vertex formatWhen I set the capability to get the vertex format, it only leads to another kind of error..   This problem occurs when I am using Morph.