[JAVA3D] *bug* - Interleaved TriangleArray

2000-05-03 Thread Duncan Woods
Hi list, I believe I have found a bug in the creation of an Interleaved TriangleArray in Java 1.2b If you set either of the count capabilities in the constructor then a mysterious requirement for 2 additional floats per vertex is required in the interleaved array. If you set both,

[JAVA3D] Changing the length of strips & GeometryArrays

2000-05-01 Thread Duncan Woods
Thanks Uma & Marco, I am now using 1.2b. Being able to set a subsection of the array to use was vital, although I have had to make a few compromises such as resorting to using singleton triangles rather than strips. I find the GeometryUpdater interface callback quite bizarre to use. I have loo