Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesdna/DNA_view3d_types.h
| Show First 20 Lines • Show All 138 Lines • ▼ Show 20 Lines | typedef struct View3DCursor { | ||||
| float rotation_axis[3], rotation_angle; | float rotation_axis[3], rotation_angle; | ||||
| short rotation_mode; | short rotation_mode; | ||||
| char _pad[6]; | char _pad[6]; | ||||
| } View3DCursor; | } View3DCursor; | ||||
| /** 3D Viewport Shading settings. */ | /** 3D Viewport Shading settings. */ | ||||
| typedef struct View3DShading { | typedef struct View3DShading { | ||||
| /** Shading type (VIEW3D_SHADE_SOLID, ..). */ | /** Shading type (OB_SOLID, ..). */ | ||||
| char type; | char type; | ||||
| /** Runtime, for toggle between rendered viewport. */ | /** Runtime, for toggle between rendered viewport. */ | ||||
| char prev_type; | char prev_type; | ||||
| char prev_type_wire; | char prev_type_wire; | ||||
| char color_type; | char color_type; | ||||
| short flag; | short flag; | ||||
| ▲ Show 20 Lines • Show All 447 Lines • Show Last 20 Lines | |||||