[Bf-blender-cvs] CVS commit: blender/source/blender/src drawobject.c drawview.c

Ton Roosendaal ton at blender.org
Tue Oct 21 01:20:38 CEST 2003


ton (Ton Roosendaal) 2003/10/21 01:20:38 CEST

  Modified files:
    blender/source/blender/src drawobject.c drawview.c 
  
  Log:
  - fixed drawmode 'wire extra'.
    it was using some unsupported linewidth trick... I've been trying to
    get the official glPolygonOffset to working, but my silly Mac doesnt
    support it, it seems.
    So! I thought of another trick, and that's just moving the window
    matrix a little to the front. :)
  
  - for those interested; the code for glPolygonOffset is still there,
    commented out. (drawobject.c)
  
  - btw: the drawobject.c routines are a TOTAL mess!
  
  Revision  Changes    Path
  1.24      +48 -22    blender/source/blender/src/drawobject.c
  1.29      +2 -2      blender/source/blender/src/drawview.c



More information about the Bf-blender-cvs mailing list