added simple shaded+wire and solid+wire drawmodes. It basically draws

the wireframe after drawing the model in solid/shaded/textured mode.
The user can set this per object using the "Wire" button in the
edit buttons window.
This commit is contained in:
2003-02-01 08:25:09 +00:00
parent dd8f2d4ee3
commit 4709eced07
3 changed files with 103 additions and 12 deletions

View File

@@ -251,6 +251,7 @@ extern Object workob;
#define OB_TEXSPACE 4
#define OB_DRAWNAME 8
#define OB_DRAWIMAGE 16
#define OB_DRAWWIRE 32 /* for solid+wire display */
/* boundtype */
#define OB_BOUND_BOX 0