hi people…can nyone plzz explain me that what are the differences between indexed geometry n non-indexed geometry…actually i was reading about Triangle Array and Indexed Triangle Array…and i was surprised to see that the description was exactly similar …
public class IndexedTriangleArray
extends IndexedGeometryArray
The IndexedTriangleArray object draws the array of vertices as individual
triangles. Each group of three vertices defines a triangle to be drawn.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^You’re sure about that? Where would be the difference to TriangleArray?
And here the JAVADOC for TriangleArray:
public class TriangleArray
extends GeometryArrayThe TriangleArray object draws the array of vertices as individual
triangles. Each group of three vertices defines a triangle to be drawn.
Sounds familair? i m totally confused…plzzz help me out…