Blender Git Commit Log
Git Commits -> Revision 41f4940
Revision 41f4940 by Martin Poirier (master) October 21, 2003, 16:25 (GMT) |
Helpline drawing in transform (semi broken in this commit) This is only usefull for rotate now, but the axis constraining code has a part that depended on this, so I commit this part first. For coders: void constline(float *center, float *dir, int col) Draw an infinite line on the screen. col is the color argument. It must be cpack compatible void project_short_infiniteline(float *vec, float *dir, short *adr1, short *adr2); clips infinite line to screen border |
Commit Details:
Full Hash: 41f4940bff2c6ba3f17c69fbae6d6e8cfec8867f
SVN Revision: 1383
Parent Commit: 8280cab
Lines Changed: +232, -18