Re: [JAVA3D] drawing arcs 3D

2001-12-23 Thread R Vegan
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

Re: [JAVA3D] drawing arcs 3D

2001-12-23 Thread Ameet Suri
i suppose you want an portion of an sphere, in ordxer to do that you can use extrution .draw an arc and then extrude it regards Ameet Suri -Original Message- From: Enrique Dumas [mailto:[EMAIL PROTECTED]] Sent: Monday, 24 December 2001 4:56 AM To: [EMAIL PROTECTED] Subject: Re:

Re: [JAVA3D] drawing arcs 3D

2001-12-23 Thread Fred Klingener
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

Re: [JAVA3D] drawing arcs 3D

2001-12-23 Thread Enrique Dumas
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,

[JAVA3D] Stereo Viewing Requirements for a PC

2001-12-23 Thread Tenney, John
What hardware do I need to be able to view 3-D in stereo on my PC? The j3d.org faq refers to "CrystalEyes" glasses and an "emitter". Can anyone give more details? Can the 3-D image be viewed directly off a laptop screen or a monitor?

Re: [JAVA3D] Animation

2001-12-23 Thread Fred Klingener
From: "Raúl" <[EMAIL PROTECTED]> Sent: Sunday, December 23, 2001 11:28 AM Need more info. > I want to make a rotation interpolator followed by other different rotation > interpolator (by example). 'Followed'? Followed in the scene graph? Followed in time sequence? If you are trying to seque

[JAVA3D] Animation

2001-12-23 Thread Raúl
Hello folks! I want to make a rotation interpolator followed by other different rotation interpolator (by example). Can someone give me any idea or tell me how it should be done in Java 3D? Thanks === To unsubscribe, send e

[JAVA3D] Why does application work, while the applet doesn't work?

2001-12-23 Thread Cheng Chang Dong
hi,I have developed a application that receive live video from remote server. I changed the live video into the dynamic texture and mapped it onto 3D objects. It can work well in application. However, it doesn't work any more when I change the application into the applet. The error message

[JAVA3D]

2001-12-23 Thread Cheng Chang Dong
hi,I have developed a application that receive live video from remote server. I changed the live video into the dynamic texture and mapped it onto 3D objects. It can work well in application. However, it doesn't work any more when I change the application into the applet. The error message