You could any of the following to see your object onscreen: 1. swap your vertices 1 and 2 2. add the following piece of code to set polygon attributes
PolygonAttributes pa = new PolygonAttributes(); pa.setCullFace( PolygonAttributes.CULL_NONE ); app.setPolygonAttributes( pa ); 3. rotate your object on screen using orbit/mouse behaviors just give them a shot ! Raj Vaidya >On Mon, 17 Dec 2001 00:09:52 +0530, vamshi raghu <[EMAIL PROTECTED]> wrote: >sorry for cross posting - please redirect me to the right list if this isn't >an appropriate place. > >i want to get a filled set of traingles to tile a plane. atleast a single >triangle to start with. >why isn't this working? > >thanks a lot, >vamshi > =========================================================================== 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".
