Re: [JAVA3D] IndexedQuadArray or...

2005-06-08 Thread John Wright
Dylan, Although I haven't worked with line strips myself, that does sound like what you'd want to use for wireframe projects. Make a normal quad array with a texture for your base. - John Wright Starfire Research Eli Dylan Lorimer wrote: Hello All, I am looking to do a few simple 3d tasks an

[JAVA3D] IndexedQuadArray or...

2005-06-08 Thread Eli Dylan Lorimer
Hello All, I am looking to do a few simple 3d tasks and was hoping for some advice on the best way to go about doing it. I want to create a "wireframe" 3d cube. In the cube, I want to display points that I will eventually connect into lines. I would like to place a jpeg/png/whatever on the insid