Hi Desiree have a look to the examples of Java3D, for example HelloUniverse.java, get the API description (pdf-file) and also the javadoc. The API desc. contains some explanations how HelloUniverse Class is working. Gernot Veith [EMAIL PROTECTED] www.janet.de > -----Urspr�ngliche Nachricht----- > Von: Desiree Hilbring > [mailto:[EMAIL PROTECTED]] > Gesendet am: Dienstag, 15. Juni 1999 09:02 > An: [EMAIL PROTECTED] > Betreff: > > Hi, Im a beginner in Java3D and tried to render a polygon with > coordinates , about > float x={500f,700f,...,500f} > float y={500f,700f,...,500f} > > with the triangulator and GeometryInfo class. > > I tired to move the ViewPlatform so that I can see it, with > > trans.set(new Vector3d(500.0d,500.0d,55.0d)); > > but al I get is an empty black screen. > > What I am doing wrong? > > I would really appreciate a working example, > > thanks Desiree >
