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:
@@ -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
|
||||
|
Reference in New Issue
Block a user