 |
Blender
V3.3
|
Go to the documentation of this file.
16 #define _DNA_DEFAULT_FreestyleLineStyle \
18 .panel = LS_PANEL_STROKES, \
24 .thickness_position = LS_THICKNESS_CENTER, \
25 .thickness_ratio = 0.5f, \
26 .flag = LS_SAME_OBJECT | LS_NO_SORTING | LS_TEXTURE, \
27 .chaining = LS_CHAINING_PLAIN, \
29 .min_angle = DEG2RADF(0.0f), \
30 .max_angle = DEG2RADF(0.0f), \
32 .max_length = 10000.0f, \
33 .split_length = 100, \
35 .sort_key = LS_SORT_KEY_DISTANCE_FROM_CAMERA, \
36 .integration_type = LS_INTEGRATION_MEAN, \
38 .pr_texture = TEX_PR_TEXTURE, \
39 .caps = LS_CAPS_BUTT, \