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
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"
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...
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
=
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
;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]
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
===