Drawing and viewing code for view3d back (no not objects :).

Quick test: converted 2250 ugly lines of code in 2.5 hours.
With about 300k lines todo, this will be 333 hours = 30 days? Whoa!
This commit is contained in:
2008-12-18 17:38:21 +00:00
parent e8e903cd53
commit c7f6f25a9d
8 changed files with 2212 additions and 13 deletions

View File

@@ -33,6 +33,11 @@
#define XIC 20
#define YIC 20
/* proposal = put scene pointers on function calls? */
#define BASACT (scene->basact)
#define OBACT (BASACT? BASACT->object: 0)
void apply_keyb_grid(float *val, float fac1, float fac2, float fac3, int invert);
int GetButStringLength(char *str);