n the
same way javax.media.j3d.* has all the Java3d classes.
Dave Yazel
- Original Message -
From: Andy Tay <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, October 23, 2000 1:54 PM
Subject: Re: [JAVA3D] AW: [JAVA3D] Help On Java 3D
Hi Bernd
What do yo
8 PM
Subject: [JAVA3D] AW: [JAVA3D] Help On Java 3D
> Hi Andy,
>
> a cylinder is already implemented in com.sun.j3d.utils.geometry.Cylinder
and
> a sphere is in com.sun.j3d.utils.geometry.Sphere!
>
> For example:
>
> public Sphere(float radius,
> int p
Hi Andy,
a cylinder is already implemented in com.sun.j3d.utils.geometry.Cylinder and
a sphere is in com.sun.j3d.utils.geometry.Sphere!
For example:
public Sphere(float radius,
int primflags,
int divisions,
Appearance ap)
Constructs a customized Sphere
Hi,
I would like a favor from anyone out there.. I am doing my
project on particle cloud for java 3d.. I would like to create a geometry point
for cylinder and sphere.. Does anyone has any example or reference or even
website for me to go to or use.
Thanks
Andy