I just starting using Java 3d API. I would like to create a object that
looks like a pipe. I have tried to use two Cylinder objects and make the
inner cylinder transparent. Didn't work! The reason I want a pipe is I want
to put another smaller cylinder inside the pipe and move it around. Any
suggestion!
Thanks!
Bob Florian
florian@fnal.gov
Marty - 12 May 2004 01:49 GMT
> I just starting using Java 3d API. I would like to create a object that
> looks like a pipe. I have tried to use two Cylinder objects and make the
[quoted text clipped - 6 lines]
> Bob Florian
> florian@fnal.gov
Easiest way to do that is use a vrml editor to create the pipe, or something
that exports to vrml format like 3dmax or similar.
Makes drawing your objects alot easier