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; | ||||
| /* Render pass displayed in the viewport. Is an `eScenePassType` where one bit is set */ | |||||
| int render_pass; | |||||
| char _pad2[4]; | |||||
| struct IDProperty *prop; | 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. */ | ||||
| ▲ Show 20 Lines • Show All 411 Lines • Show Last 20 Lines | |||||