Blender Git Commit Log
Git Commits -> Revision 5f79800
Revision 5f79800 by Nicholas Bishop (master) January 17, 2007, 03:57 (GMT) |
Added a new function+struct to glutil that takes care of reading in the OpenGL data needed for gluProject/gluUnProject. This allows retopo and sculptmode to share some of the same code, and is probably useful elsewhere as well. |
Commit Details:
Full Hash: 5f798002c9ca6b9532862ea14fdad27a4c136a12
SVN Revision: 9804
Parent Commit: a3c9ae8
Lines Changed: +58, -45
6 Modified Paths:
/source/blender/include/BDR_sculptmode.h (+4, -4) (Diff)
/source/blender/include/BIF_glutil.h (+8, -0) (Diff)
/source/blender/include/BIF_retopo.h (+4, -3) (Diff)
/source/blender/src/glutil.c (+23, -0) (Diff)
/source/blender/src/retopo.c (+14, -17) (Diff)
/source/blender/src/sculptmode.c (+5, -21) (Diff)
/source/blender/include/BIF_glutil.h (+8, -0) (Diff)
/source/blender/include/BIF_retopo.h (+4, -3) (Diff)
/source/blender/src/glutil.c (+23, -0) (Diff)
/source/blender/src/retopo.c (+14, -17) (Diff)
/source/blender/src/sculptmode.c (+5, -21) (Diff)