How do I draw Hatching using OpenGL?

How do I draw hatching using OpenGL? Can we use Texture Mapping or Polygon Stipple? There are two methods for applying a pattern to solid polygons. The customary method is texture mapping. Another way is to specify a stippling patern. The problem is stipple patern is not rotated with polygon. Any example please.

Try here .