This may help: Cylinder cyl = new Cylinder(); Shape3D wireframedCylinder = cyl.getShape(Cylinder.BODY); Appearance app = new Appearance(); PolygonAttributes polAttr = new PolygonAttributes(); polAttr.setPolygonMode(PolygonAttributes.POLYGON_LINE); app.setPolygonAttributes(polAttr); wireframedCylinder.setAppearance(app);
Matti -----Original Message----- From: Discussion list for Java 3D API [mailto:[EMAIL PROTECTED] Behalf Of demir sencer Sent: 30. maaliskuuta 2004 14:57 To: [EMAIL PROTECTED] Subject: [JAVA3D] 3D wireframed cylinder hello..i'm a newbie in java3D world..i started to use it 2.5 weeks ago for a project.. i want to draw a 3D hollow semi-cylinder without caps and wireframed.. if anybody can help me for this i'll be glad to him/her.. thanks from now on to spend your time to read my message.. ps:just to give u a clue about my current java3D knowledge;now i am able to draw a cylinder on a controlpanel and to change its texture with a button,also to change its light with sliders,and to rotate,zoom,translate it.. __________________________________ Do you Yahoo!? Yahoo! Finance Tax Center - File online. File on time. http://taxes.yahoo.com/filing.html ======================================================================== === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help". =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".