Blender V4.3
OVERLAY_CameraInstanceData Union Reference

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 
 
   }  
 
};  
 

Detailed Description

Definition at line 844 of file overlay_extra.cc.

Member Data Documentation

◆ [struct]

◆ [struct]

◆ _pad0

float OVERLAY_CameraInstanceData::_pad0[2]

Definition at line 851 of file overlay_extra.cc.

◆ _pad00

float OVERLAY_CameraInstanceData::_pad00[3]

Definition at line 858 of file overlay_extra.cc.

◆ _pad01

float OVERLAY_CameraInstanceData::_pad01[3]

Definition at line 863 of file overlay_extra.cc.

◆ _pad02

float OVERLAY_CameraInstanceData::_pad02[3]

Definition at line 867 of file overlay_extra.cc.

◆ center_x

float OVERLAY_CameraInstanceData::center_x

Definition at line 869 of file overlay_extra.cc.

Referenced by camera_stereoscopy_extra(), and OVERLAY_camera_cache_populate().

◆ center_y

float OVERLAY_CameraInstanceData::center_y

Definition at line 875 of file overlay_extra.cc.

Referenced by camera_stereoscopy_extra(), and OVERLAY_camera_cache_populate().

◆ clip_end

float OVERLAY_CameraInstanceData::clip_end

Definition at line 876 of file overlay_extra.cc.

Referenced by OVERLAY_camera_cache_populate().

◆ clip_sta

float OVERLAY_CameraInstanceData::clip_sta

Definition at line 870 of file overlay_extra.cc.

Referenced by OVERLAY_camera_cache_populate().

◆ color

float OVERLAY_CameraInstanceData::color[4]

Definition at line 847 of file overlay_extra.cc.

Referenced by camera_stereoscopy_extra(), and OVERLAY_camera_cache_populate().

◆ corner_x

float OVERLAY_CameraInstanceData::corner_x

◆ corner_y

float OVERLAY_CameraInstanceData::corner_y

Definition at line 865 of file overlay_extra.cc.

Referenced by camera_stereoscopy_extra(), and OVERLAY_camera_cache_populate().

◆ depth

float OVERLAY_CameraInstanceData::depth

Definition at line 854 of file overlay_extra.cc.

Referenced by camera_stereoscopy_extra(), and OVERLAY_camera_cache_populate().

◆ dist_color_id

float OVERLAY_CameraInstanceData::dist_color_id

Definition at line 861 of file overlay_extra.cc.

Referenced by OVERLAY_camera_cache_populate().

◆ focus

float OVERLAY_CameraInstanceData::focus

Definition at line 855 of file overlay_extra.cc.

Referenced by OVERLAY_camera_cache_populate().

◆ mat

float OVERLAY_CameraInstanceData::mat[4][4]

Definition at line 848 of file overlay_extra.cc.

Referenced by camera_stereoscopy_extra(), and OVERLAY_camera_cache_populate().

◆ mist_end

float OVERLAY_CameraInstanceData::mist_end

Definition at line 877 of file overlay_extra.cc.

Referenced by OVERLAY_camera_cache_populate().

◆ mist_sta

float OVERLAY_CameraInstanceData::mist_sta

Definition at line 871 of file overlay_extra.cc.

Referenced by OVERLAY_camera_cache_populate().

◆ pos

float OVERLAY_CameraInstanceData::pos[3]

Definition at line 873 of file overlay_extra.cc.

Referenced by camera_stereoscopy_extra().

◆ volume_end

float OVERLAY_CameraInstanceData::volume_end

Definition at line 856 of file overlay_extra.cc.

Referenced by camera_stereoscopy_extra().

◆ volume_sta

float OVERLAY_CameraInstanceData::volume_sta

Definition at line 852 of file overlay_extra.cc.

Referenced by camera_stereoscopy_extra().


The documentation for this union was generated from the following file: