You must make a duplicate of the row which connect two adjacent strips
 
-----Mensaje original-----
De: Corysia Taware <[EMAIL PROTECTED]>
Para: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Fecha: mi�rcoles 30 de mayo de 2001 21:05
Asunto: [JAVA3D] Making a landscape with a triangle strip

Hi,
 
I'm trying to convert a heightmap into a TriangleStripArray.  I've never done this before and I'm assuming that a triangle strip is "better" than individual triangles.  But I'm confused about what to do when I reach the end of the row.  For example, given a 4x4 array of points, I started connecting the dots like this.
 
1. 3. 5. 7.
 | /| /| /|
2./4./6./8.
 
 .  .  .  .
 
 .  .  .  .
But where does point 9 go?
 

Reply via email to