Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesdna/DNA_node_types.h
| Context not available. | |||||
| ImageUser iuser; | ImageUser iuser; | ||||
| int color_space DNA_DEPRECATED; | int color_space DNA_DEPRECATED; | ||||
| int projection; | int projection; | ||||
| int cubemap_layout; | |||||
| int interpolation; | int interpolation; | ||||
| char _pad[4]; | |||||
| } NodeTexEnvironment; | } NodeTexEnvironment; | ||||
| typedef struct NodeTexGradient { | typedef struct NodeTexGradient { | ||||
| Context not available. | |||||
| /* environment texture */ | /* environment texture */ | ||||
| #define SHD_PROJ_EQUIRECTANGULAR 0 | #define SHD_PROJ_EQUIRECTANGULAR 0 | ||||
| #define SHD_PROJ_MIRROR_BALL 1 | #define SHD_PROJ_MIRROR_BALL 1 | ||||
| #define SHD_PROJ_CUBEMAP 2 | |||||
| #define SHD_CUBE_CROSS_HORIZONTAL 0 | |||||
| #define SHD_CUBE_STRIPE_HORIZONTAL 1 | |||||
| #define SHD_CUBE_STRIPE_VERTICAL 2 | |||||
| #define SHD_IMAGE_EXTENSION_REPEAT 0 | #define SHD_IMAGE_EXTENSION_REPEAT 0 | ||||
| #define SHD_IMAGE_EXTENSION_EXTEND 1 | #define SHD_IMAGE_EXTENSION_EXTEND 1 | ||||
| Context not available. | |||||