DrawTexturedPolyLine: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (added class) |
||
Line 1: | Line 1: | ||
{{navbar|DrawTexturedLine|ISurface|DrawTexturedSubRect}} | {{navbar|DrawTexturedLine|ISurface|DrawTexturedSubRect}} | ||
=void '''DrawTexturedPolyLine'''( const [[Vertex_t]] *p,int n )= | =void [[ISurface]]::'''DrawTexturedPolyLine'''( const [[Vertex_t]] *p,int n )= | ||
This function performs a similar task to [[DrawTexturedPolygon]]; the difference being this function only draws the outline. | This function performs a similar task to [[DrawTexturedPolygon]]; the difference being this function only draws the outline. | ||
[[Category:ISurface]] | [[Category:ISurface]] |
Latest revision as of 19:34, 28 June 2006
void ISurface::DrawTexturedPolyLine( const Vertex_t *p,int n )
This function performs a similar task to DrawTexturedPolygon; the difference being this function only draws the outline.