Mapping textures on triangle strips :-(

Started by
0 comments, last by maciej 21 years, 11 months ago
Hi All users! Today is nice occasion to wish you success in your WORK. INTERNATIONAL DAY of WORK!!! But there is also a problem: Do you know how to map textures onto triangle strips? First is a polygon. Next I divide it into many triangles (100..1000). When I have many points in specific order I can generate triangle strips. Now I''d like to map textures on these triangles. But how to generate texture coordinates? For each loop iteration I have only one point''s coordinates... So I don''t know how to give three remaining points (except origin point, which can be the next strip point). I need to draw triangle strips, because I have many polygons which I have to divide into small triangles. Will the texture remain in polygon shape? Please help.... Very thanks for reading this message. Ploretariat poeple from every countries: unite each other! :-))
Advertisement
tri strips are no different to triangles
if it helps imagine they are tris + use the same texture coordinates

http://uk.geocities.com/sloppyturds/gotterdammerung.html

This topic is closed to new replies.

Advertisement