Hi all,
I want to draw a line with patter "----- -- "( 1111100011000 ). The problem is that, the glLineStipple() function accepts pattern in short variable(16 bits). But in my case there is only 13 bits.
Is there any method to draw a line with the above pattern?
Thanks
Naveen