Quick Direct3d question

Started by
0 comments, last by Blah2 23 years, 9 months ago
Is there any way I can set the width of the lines drawn using DrawPrimitive(D3DPT_LINELIST, ...)? I''m basically looking for a function similar to OpenGL''s glLineWidth() in Direct3d IM, but I can''t seem to find any. Thanks in advance for any help. ----Blah
Advertisement
No, Direct3D can''t draw lines with userspecified width. If you still want to use Direct3D for this you''ll have to draw it with two triangles instead.

- WitchLord

AngelCode.com - game development and more - Reference DB - game developer references
AngelScript - free scripting library - BMFont - free bitmap font generator - Tower - free puzzle game

This topic is closed to new replies.

Advertisement