[JAVA3D] How to reassign TransformGroup objects

2000-04-19 Thread Harish Nachnani
Good Morning, I have a set of cylinders on a plate. I want to achieve two senerios. 1. I would like to move each cylinder (i.e., rotatation and translation). this part is working. 2. On clicking on the plate, I would like to move all cylinders along with with the plate. What I am doing curr

[JAVA3D] Cylinder with different diameters at the two ends - How To ?

2000-02-15 Thread Harish Nachnani
Any suggestions on how to draw a cylinder with different diameters at the two ends of the cylinder ! Harish === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST"

Re: [JAVA3D] Error when running SimpleUniverse

1999-11-15 Thread Harish Nachnani
SimpleUniverse Harish Nachnani wrote: > > I am getting the following error when I run the HelloUniverse program: > > java.lang.NoClassDefFoundError: java/security/PriviledgeAction > at > at HelloUniverse.(HelloUniverse.java:83) > at HelloUniverse.main(HelloUniverse.java:106) Errr...

[JAVA3D] Error when running SimpleUniverse

1999-11-12 Thread Harish Nachnani
I am getting the following error when I run the HelloUniverse program: java.lang.NoClassDefFoundError: java/security/PriviledgeAction at at HelloUniverse.(HelloUniverse.java:83) at HelloUniverse.main(HelloUniverse.java:106) Please Help ! Harish =

[JAVA3D] compilation problems

1999-11-12 Thread Harish Nachnani
I installed java3d 1.1.2 on my NT station and am trying to compile HelloUniverse.java and I get following errors: HelloUniverse.java:34 : Class java.awt.GraphicsConfiguration not found in import. import java.awt.GraphicsConfiguration; HelloUniverse.java: 35 Class com.sun.jed.utils.applet.MainF

Re: [JAVA3D] Using JAVA3D API with VJ++6.0

1999-11-08 Thread Harish Nachnani
;m using J++ 6.0 to code and compile J3D, but I have to use a dos prompt to run the compiled code. I've attached a nice little dos/bash shell that I use for this (it's convenient). Brandon - Original Message - From: Harish Nachnani <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]

[JAVA3D] Using JAVA3D API with VJ++6.0

1999-01-02 Thread Harish Nachnani
I am trying to write a program to project some 3d objects, I would like to use sun's java3d api but my overall project has to use J++6.0. Can I use sun's java3d classes with J++6.0 ? Where should I look for more information on it ? Thanks Harish ===