Blender Git Loki
Git Commits -> Revision ff89dac
Revision ff89dac by Ton Roosendaal (master) October 20, 2003, 23:20 (GMT) |
- 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! |
Commit Details:
Full Hash: ff89daceb0fda2b0557e94a088f9a0973f2d704a
SVN Revision: 1374
Parent Commit: 7893cc2
Lines Changed: +48, -22