- added a call calc_meshverts_ext_f2(void) which:

- projects vertices without clipping code (xs at 3200)
 - sets flag in editvert ( eve->f & 2) when it is not visible

general note: that flag is only valid after the calc_meshverts_ext_f2
call. it is a free flag. be aware that selection
is stored in bit 1 (eve->f & 1)
This commit is contained in:
2003-06-30 19:51:18 +00:00
parent e1efa7378c
commit cee677699f
2 changed files with 37 additions and 0 deletions

View File

@@ -52,6 +52,7 @@ void drawcamera(struct Object *ob);
void calc_lattverts_ext(void);
void calc_meshverts(void);
void calc_meshverts_ext(void);
void calc_meshverts_ext_f2(void);
void calc_nurbverts_ext(void);
void tekenvertices(short sel);
void tekenvertices_ext(int mode);