currently Im working on a portion on this research paper "modeling by example"
Have tonnes of problems now.So if anyone has knowledge on this paper, help is badly needed here.
I am using java opengl for the programming.
first of is that I am trying to draw a stroke. eg: 5*100 pixels stroke. How do I draw that using the mouse.Currently I draw using gl_line_strip. Which only gives me the x,y coordinates of all the points in the line. But what I want is all the points in the area covered by the stroke.
Thanks for the help...