Blender  V3.3
Public Attributes | List of all members
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 808 of file overlay_extra.c.

Member Data Documentation

◆ 

struct { ... }

◆ 

struct { ... }

◆ _pad0

float OVERLAY_CameraInstanceData::_pad0[2]

Definition at line 815 of file overlay_extra.c.

◆ _pad00

float OVERLAY_CameraInstanceData::_pad00[3]

Definition at line 822 of file overlay_extra.c.

◆ _pad01

float OVERLAY_CameraInstanceData::_pad01[3]

Definition at line 827 of file overlay_extra.c.

◆ _pad02

float OVERLAY_CameraInstanceData::_pad02[3]

Definition at line 831 of file overlay_extra.c.

◆ center_x

float OVERLAY_CameraInstanceData::center_x

Definition at line 833 of file overlay_extra.c.

Referenced by camera_stereoscopy_extra(), and OVERLAY_camera_cache_populate().

◆ center_y

float OVERLAY_CameraInstanceData::center_y

Definition at line 839 of file overlay_extra.c.

Referenced by camera_stereoscopy_extra(), and OVERLAY_camera_cache_populate().

◆ clip_end

float OVERLAY_CameraInstanceData::clip_end

Definition at line 840 of file overlay_extra.c.

Referenced by OVERLAY_camera_cache_populate().

◆ clip_sta

float OVERLAY_CameraInstanceData::clip_sta

Definition at line 834 of file overlay_extra.c.

Referenced by OVERLAY_camera_cache_populate().

◆ color

float OVERLAY_CameraInstanceData::color[4]

Definition at line 811 of file overlay_extra.c.

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 829 of file overlay_extra.c.

Referenced by camera_stereoscopy_extra(), and OVERLAY_camera_cache_populate().

◆ depth

float OVERLAY_CameraInstanceData::depth

Definition at line 818 of file overlay_extra.c.

Referenced by camera_stereoscopy_extra(), and OVERLAY_camera_cache_populate().

◆ dist_color_id

float OVERLAY_CameraInstanceData::dist_color_id

Definition at line 825 of file overlay_extra.c.

Referenced by OVERLAY_camera_cache_populate().

◆ focus

float OVERLAY_CameraInstanceData::focus

Definition at line 819 of file overlay_extra.c.

Referenced by OVERLAY_camera_cache_populate().

◆ mat

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().

◆ mist_end

float OVERLAY_CameraInstanceData::mist_end

Definition at line 841 of file overlay_extra.c.

Referenced by OVERLAY_camera_cache_populate().

◆ mist_sta

float OVERLAY_CameraInstanceData::mist_sta

Definition at line 835 of file overlay_extra.c.

Referenced by OVERLAY_camera_cache_populate().

◆ pos

float OVERLAY_CameraInstanceData::pos[3]

Definition at line 837 of file overlay_extra.c.

Referenced by camera_stereoscopy_extra().

◆ volume_end

float OVERLAY_CameraInstanceData::volume_end

Definition at line 820 of file overlay_extra.c.

Referenced by camera_stereoscopy_extra().

◆ volume_sta

float OVERLAY_CameraInstanceData::volume_sta

Definition at line 816 of file overlay_extra.c.

Referenced by camera_stereoscopy_extra().


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