Torus, old version, sources...

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Torus, old version, sources...

bastringue
Hi ! first post here and almost my first steps with java3D...

I have started recently, and of course, with the examples...I was looking for a way to build a torus (or a cylinder with a hole).

By searching on the web, I found an exemple which is supposed to do it (org.j3d.renderer.java3d.geom.Torus.class). The example shows a triangulation of the torus...Unfortunately, this example is for an older version of java3D (1.0)....

I have two problems then :

      1)  first, I don't see any torus class in the actual version : is there one somewhere ?

      2) whereas I can find the source code of Java3D for the old versions, I cannot find the actual 1.6 source code : is it possible to get it somewhere ?

Thank you...
Reply | Threaded
Open this post in threaded view
|

Re: Torus, old version, sources...

gouessej
Administrator
Hi

It's indicated in the FAQ:
http://jogamp.org/wiki/index.php/Java3D_FAQ
Julien Gouesse | Personal blog | Website
Reply | Threaded
Open this post in threaded view
|

Re: Torus, old version, sources...

bastringue
Thank you for this precision.

If by any chance, you have an example of a torus (unless there is one in the examples given), I would appreciate this help.

Thank's again
Reply | Threaded
Open this post in threaded view
|

Re: Torus, old version, sources...

gouessej
Administrator
you're welcome. The old code available on J3D.org should work as is as we haven't modified the public APIs. Let me know whether you still need some help. Best regards.
Julien Gouesse | Personal blog | Website