 |
Blender V4.3
|
Go to the documentation of this file.
17#define _DNA_DEFAULT_FreestyleLineStyle \
19 .panel = LS_PANEL_STROKES, \
25 .thickness_position = LS_THICKNESS_CENTER, \
26 .thickness_ratio = 0.5f, \
27 .flag = LS_SAME_OBJECT | LS_NO_SORTING | LS_TEXTURE, \
28 .chaining = LS_CHAINING_PLAIN, \
30 .min_angle = DEG2RADF(0.0f), \
31 .max_angle = DEG2RADF(0.0f), \
33 .max_length = 10000.0f, \
34 .split_length = 100, \
36 .sort_key = LS_SORT_KEY_DISTANCE_FROM_CAMERA, \
37 .integration_type = LS_INTEGRATION_MEAN, \
39 .pr_texture = TEX_PR_TEXTURE, \
40 .caps = LS_CAPS_BUTT, \