help with drawing mesh

Hey all,

Anyone knows any good resources where I can learn how to create a mesh on some objects I have drawn? I’m just learning jogl, but getting the hang of things. But I have no clue how to draw mesh.

Thnx

Will

Look at the source code for the JOGL demos at http://jogl-demos.dev.java.net/ . There are several examples of drawing meshes using various approaches.