Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesdna/DNA_view3d_types.h
| Show First 20 Lines • Show All 173 Lines • ▼ Show 20 Lines | typedef struct View3DShading { | ||||
| float cavity_valley_factor; | float cavity_valley_factor; | ||||
| float cavity_ridge_factor; | float cavity_ridge_factor; | ||||
| float background_color[3]; | float background_color[3]; | ||||
| float curvature_ridge_factor; | float curvature_ridge_factor; | ||||
| float curvature_valley_factor; | float curvature_valley_factor; | ||||
| struct IDProperty *prop; | |||||
| } View3DShading; | } View3DShading; | ||||
| /** 3D Viewport Overlay settings. */ | /** 3D Viewport Overlay settings. */ | ||||
| typedef struct View3DOverlay { | typedef struct View3DOverlay { | ||||
| int flag; | int flag; | ||||
| /** Edit mode settings. */ | /** Edit mode settings. */ | ||||
| int edit_flag; | int edit_flag; | ||||
| ▲ Show 20 Lines • Show All 410 Lines • Show Last 20 Lines | |||||