Re: [JAVA3D] AW: [JAVA3D] Help On Java 3D

2000-10-23 Thread David
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

Re: [JAVA3D] AW: [JAVA3D] Help On Java 3D

2000-10-23 Thread Andy Tay
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

[JAVA3D] AW: [JAVA3D] Help On Java 3D

2000-10-22 Thread B. Hofmann
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

[JAVA3D] Help On Java 3D

2000-10-22 Thread Andy Tay
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