Login  Register

Torus, old version, sources...

Posted by bastringue on Nov 15, 2014; 9:19pm
URL: https://forum.jogamp.org/Torus-old-version-sources-tp4033556.html

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...