Drawing multiple fans with one call.

Started by
1 comment, last by GekkoCube 20 years, 8 months ago
If i create two separate fans, unattached, and if i place both vertex sets into one single vertex buffer and then call DrawPrimitive once, will D3D be able to distinguish that there are two fans instead of one weird one? how does D3D know it if it does?
Advertisement
No, you must do two separate calls. This is why triangle fans aren''t usually the greatest.
____________________________________________________________AAAAA: American Association Against Adobe AcrobatYou know you hate PDFs...
thanks.
no wonder my modified algorithm to draw a bunch of triangle fans within a vertex buffer looks like crap.

This topic is closed to new replies.

Advertisement