Assume that "stripA" is your geometry object and "YourBranchGroup" is the BranchGroup object, try doing something like this:
// --- Appearance ----------------------- LineAttributes pa = new LineAttributes(); pa.setLineWidth(3.0f); pa.setLineAntialiasingEnable(true); Appearance app = new Appearance(); app.setLineAttributes(pa); Shape3D s3d = new Shape3D(); s3d.setAppearance(app); s3d.setGeometry(stripA); YourBranchGroup.addChild(s3d); ... Enjoy, Pramual S. _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp =========================================================================== 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".