Re: [JAVA3D] Indexed geometry

2002-10-02 Thread Kelvin Chung
David Yazel wrote: > Hi all. I have a couple of questions regarding indexed geometry. > > 1. There seesm to be no way to define the indices and by-ref. Is that > correct? > So the only way to set the indices is either to pass in an array > using setCoordinateIndices(int index, int[]) or to set e

[JAVA3D] Indexed geometry

2002-10-02 Thread David Yazel
Hi all. I have a couple of questions regarding indexed geometry. 1. There seesm to be no way to define the indices and by-ref. Is that correct? So the only way to set the indices is either to pass in an array using setCoordinateIndices(int index, int[]) or to set each one at a time with setCoor