Hi
Well, there is NO ARC API in Java3D.
If you are planning to write one, here are some points to note:
There are many different ways in which an arc can be constructed depending
upon the nature of inpute parameters that you have, such as: radius,
axis of rotation, start and end points, arc angl
: [JAVA3D] drawing arcs 3D
Well, I want to draw in 3D an arc as in 2D with
perspective
For example, in 2D, an avaible constructor is :
public Arc2D.Float(float x,
float y,
float w,
float h,
float start
From: "Enrique Dumas" <[EMAIL PROTECTED]>
Sent: Sunday, December 23, 2001 6:26 PM
> Well, I want to draw in 3D an arc as in 2D with
> perspective
You have to compose it yourself out of straight line segments.
Start with a LineArray object. Pick whatever 3D
parameterization you like, decide how
Well, I want to draw in 3D an arc as in 2D with
perspective
For example, in 2D, an avaible constructor is :
public Arc2D.Float(float x,
float y,
float w,
float h,
float start,
float extent,
Hi,
I'm not sure what you want. An arc is really a two dimensional concept. If you
are working in 3D do
you want sections of a sphere, cone or cylinder (all Java3D primitives) or some form
of oddly curved shape
in 3D fabricated out of a mesh? - Gary Graf
SUBSCRIBE JAVA3D-INTEREST Anonymo
Hi,
I'd like to draw 3d arcs with java 3D, I looked old posts on this forum but I did not
found an answer...
Is it possible and how can I do ?
Thanks
===
To unsubscribe, send email to [EMAIL PROTECTED] and include in the