Blender
V3.3
|
Public Attributes | |
struct { | |
float color [4] | |
float mat [4][4] | |
}; | |
struct { | |
float _pad0 [2] | |
float volume_sta | |
union { | |
float depth | |
float focus | |
float volume_end | |
} | |
float _pad00 [3] | |
union { | |
float corner_x | |
float dist_color_id | |
} | |
float _pad01 [3] | |
union { | |
float corner_y | |
} | |
float _pad02 [3] | |
union { | |
float center_x | |
float clip_sta | |
float mist_sta | |
} | |
float pos [3] | |
union { | |
float center_y | |
float clip_end | |
float mist_end | |
} | |
}; | |
Definition at line 808 of file overlay_extra.c.
struct { ... } |
struct { ... } |
float OVERLAY_CameraInstanceData::_pad0[2] |
Definition at line 815 of file overlay_extra.c.
float OVERLAY_CameraInstanceData::_pad00[3] |
Definition at line 822 of file overlay_extra.c.
float OVERLAY_CameraInstanceData::_pad01[3] |
Definition at line 827 of file overlay_extra.c.
float OVERLAY_CameraInstanceData::_pad02[3] |
Definition at line 831 of file overlay_extra.c.
float OVERLAY_CameraInstanceData::center_x |
Definition at line 833 of file overlay_extra.c.
Referenced by camera_stereoscopy_extra(), and OVERLAY_camera_cache_populate().
float OVERLAY_CameraInstanceData::center_y |
Definition at line 839 of file overlay_extra.c.
Referenced by camera_stereoscopy_extra(), and OVERLAY_camera_cache_populate().
float OVERLAY_CameraInstanceData::clip_end |
Definition at line 840 of file overlay_extra.c.
Referenced by OVERLAY_camera_cache_populate().
float OVERLAY_CameraInstanceData::clip_sta |
Definition at line 834 of file overlay_extra.c.
Referenced by OVERLAY_camera_cache_populate().
float OVERLAY_CameraInstanceData::color[4] |
Definition at line 811 of file overlay_extra.c.
Referenced by camera_stereoscopy_extra(), and OVERLAY_camera_cache_populate().
float OVERLAY_CameraInstanceData::corner_x |
Definition at line 824 of file overlay_extra.c.
Referenced by camera_offaxis_shiftx_get(), camera_stereoscopy_extra(), and OVERLAY_camera_cache_populate().
float OVERLAY_CameraInstanceData::corner_y |
Definition at line 829 of file overlay_extra.c.
Referenced by camera_stereoscopy_extra(), and OVERLAY_camera_cache_populate().
float OVERLAY_CameraInstanceData::depth |
Definition at line 818 of file overlay_extra.c.
Referenced by camera_stereoscopy_extra(), and OVERLAY_camera_cache_populate().
float OVERLAY_CameraInstanceData::dist_color_id |
Definition at line 825 of file overlay_extra.c.
Referenced by OVERLAY_camera_cache_populate().
float OVERLAY_CameraInstanceData::focus |
Definition at line 819 of file overlay_extra.c.
Referenced by OVERLAY_camera_cache_populate().
float OVERLAY_CameraInstanceData::mat[4][4] |
Definition at line 812 of file overlay_extra.c.
Referenced by camera_stereoscopy_extra(), and OVERLAY_camera_cache_populate().
float OVERLAY_CameraInstanceData::mist_end |
Definition at line 841 of file overlay_extra.c.
Referenced by OVERLAY_camera_cache_populate().
float OVERLAY_CameraInstanceData::mist_sta |
Definition at line 835 of file overlay_extra.c.
Referenced by OVERLAY_camera_cache_populate().
float OVERLAY_CameraInstanceData::pos[3] |
Definition at line 837 of file overlay_extra.c.
Referenced by camera_stereoscopy_extra().
float OVERLAY_CameraInstanceData::volume_end |
Definition at line 820 of file overlay_extra.c.
Referenced by camera_stereoscopy_extra().
float OVERLAY_CameraInstanceData::volume_sta |
Definition at line 816 of file overlay_extra.c.
Referenced by camera_stereoscopy_extra().