Hi Marina,
you need set the PolygonAttributes to POLIGON_LINE, and then update the
appearance with it.

app = new Appearance();
pa = new PolygonAttributes();
pa.setPolygonMode(PolygonAttributes.POLYGON_LINE);
pa.setCullFace(PolygonAttributes.CULL_NONE); // experiment with it
app.setPolygonAttributes(pa);
// then set your Shape3D  with it.
shape.setAppearance(app);

Bye,
Dani.

Marina Santana wrote:

>   Hi, How can I render an image in wireframe ? Thanks,  Marina Santana

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

Reply via email to