|
Blender
V2.93
|
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 827 of file overlay_extra.c.
| struct { ... } |
| struct { ... } |
| float OVERLAY_CameraInstanceData::_pad0[2] |
Definition at line 834 of file overlay_extra.c.
| float OVERLAY_CameraInstanceData::_pad00[3] |
Definition at line 841 of file overlay_extra.c.
| float OVERLAY_CameraInstanceData::_pad01[3] |
Definition at line 846 of file overlay_extra.c.
| float OVERLAY_CameraInstanceData::_pad02[3] |
Definition at line 850 of file overlay_extra.c.
| float OVERLAY_CameraInstanceData::center_x |
Definition at line 852 of file overlay_extra.c.
Referenced by camera_stereoscopy_extra(), and OVERLAY_camera_cache_populate().
| float OVERLAY_CameraInstanceData::center_y |
Definition at line 858 of file overlay_extra.c.
Referenced by camera_stereoscopy_extra(), and OVERLAY_camera_cache_populate().
| float OVERLAY_CameraInstanceData::clip_end |
Definition at line 859 of file overlay_extra.c.
Referenced by OVERLAY_camera_cache_populate().
| float OVERLAY_CameraInstanceData::clip_sta |
Definition at line 853 of file overlay_extra.c.
Referenced by OVERLAY_camera_cache_populate().
| float OVERLAY_CameraInstanceData::color[4] |
Definition at line 830 of file overlay_extra.c.
Referenced by camera_stereoscopy_extra(), and OVERLAY_camera_cache_populate().
| float OVERLAY_CameraInstanceData::corner_x |
Definition at line 843 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 848 of file overlay_extra.c.
Referenced by camera_stereoscopy_extra(), and OVERLAY_camera_cache_populate().
| float OVERLAY_CameraInstanceData::depth |
Definition at line 837 of file overlay_extra.c.
Referenced by camera_stereoscopy_extra(), and OVERLAY_camera_cache_populate().
| float OVERLAY_CameraInstanceData::dist_color_id |
Definition at line 844 of file overlay_extra.c.
Referenced by OVERLAY_camera_cache_populate().
| float OVERLAY_CameraInstanceData::focus |
Definition at line 838 of file overlay_extra.c.
Referenced by OVERLAY_camera_cache_populate().
| float OVERLAY_CameraInstanceData::mat[4][4] |
Definition at line 831 of file overlay_extra.c.
Referenced by camera_stereoscopy_extra(), and OVERLAY_camera_cache_populate().
| float OVERLAY_CameraInstanceData::mist_end |
Definition at line 860 of file overlay_extra.c.
Referenced by OVERLAY_camera_cache_populate().
| float OVERLAY_CameraInstanceData::mist_sta |
Definition at line 854 of file overlay_extra.c.
Referenced by OVERLAY_camera_cache_populate().
| float OVERLAY_CameraInstanceData::pos[3] |
Definition at line 856 of file overlay_extra.c.
Referenced by camera_stereoscopy_extra().
| float OVERLAY_CameraInstanceData::volume_end |
Definition at line 839 of file overlay_extra.c.
Referenced by camera_stereoscopy_extra().
| float OVERLAY_CameraInstanceData::volume_sta |
Definition at line 835 of file overlay_extra.c.
Referenced by camera_stereoscopy_extra().