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

Reply via email to