From e77e6dea9762444144f86e66f01669510581d152 Mon Sep 17 00:00:00 2001 From: Tamito Kajiyama Date: Sun, 9 Nov 2008 13:14:41 +0000 Subject: Made changes to enable features line parameters (ridges/valleys and suggestive contours) and add corresponding UI controls to the Freestyle tab in the Scene buttons. --- source/blender/freestyle/FRS_freestyle.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'source/blender/freestyle/FRS_freestyle.h') diff --git a/source/blender/freestyle/FRS_freestyle.h b/source/blender/freestyle/FRS_freestyle.h index b736e767835..09672ae14fd 100644 --- a/source/blender/freestyle/FRS_freestyle.h +++ b/source/blender/freestyle/FRS_freestyle.h @@ -1,11 +1,17 @@ #ifndef FRS_FREESTYLE_H #define FRS_FREESTYLE_H +#define FREESTYLE_SUGGESTIVE_CONTOURS_FLAG 1 +#define FREESTYLE_RIDGES_AND_VALLEYS_FLAG 2 + #ifdef __cplusplus extern "C" { #endif extern char style_module[255]; + extern int freestyle_flags; + extern float freestyle_sphere_radius; + extern float freestyle_dkr_epsilon; void FRS_initialize(); void FRS_prepare(Render* re); -- cgit v1.2.3