do triangle lists optimize to strips?

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
Riviera Kid
Posts: 9
Joined: Sat Oct 29, 2005 5:02 am

do triangle lists optimize to strips?

Post by Riviera Kid »

Hi

I was wondering if anyone knows if triangle lists optimize to strips were appropriate?

thanks.
User avatar
ReKleSS
Posts: 73
Joined: Sat Jun 18, 2005 12:57 pm
Location: Melbourne, Australia

Post by ReKleSS »

If you mean, "does the hardware optimise them for you," the answer is no. It's a fairly expensive operation. You'll have to do it beforehand if you want that... two libraries to do it are actc and stripe. Process your models beforehand, then only use the psp to draw them.
-ReK
Post Reply