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 of a given radius, number of divisions, and
appearance, with additional parameters specified by the Primitive flags. The
resolution is defined in terms of number of subdivisions along the sphere's
axes. More divisions lead to more finely tesselated objects.
If the appearance is null, the sphere defaults to a white appearance.
regards,
Bernd
===========
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
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".