Blender  V3.3
Public Attributes | List of all members
BakeDataZSpan Struct Reference

Public Attributes

BakePixelpixel_array
 
int primitive_id
 
BakeImagebk_image
 
ZSpanzspan
 
float du_dx
 
float du_dy
 
float dv_dx
 
float dv_dy
 

Detailed Description

Definition at line 78 of file bake.c.

Member Data Documentation

◆ bk_image

BakeImage* BakeDataZSpan::bk_image

Definition at line 81 of file bake.c.

Referenced by RE_bake_pixels_populate(), and store_bake_pixel().

◆ du_dx

float BakeDataZSpan::du_dx

Definition at line 83 of file bake.c.

Referenced by bake_differentials(), and store_bake_pixel().

◆ du_dy

float BakeDataZSpan::du_dy

Definition at line 83 of file bake.c.

Referenced by bake_differentials(), and store_bake_pixel().

◆ dv_dx

float BakeDataZSpan::dv_dx

Definition at line 84 of file bake.c.

Referenced by bake_differentials(), and store_bake_pixel().

◆ dv_dy

float BakeDataZSpan::dv_dy

Definition at line 84 of file bake.c.

Referenced by bake_differentials(), and store_bake_pixel().

◆ pixel_array

BakePixel* BakeDataZSpan::pixel_array

Definition at line 79 of file bake.c.

Referenced by RE_bake_pixels_populate(), and store_bake_pixel().

◆ primitive_id

int BakeDataZSpan::primitive_id

Definition at line 80 of file bake.c.

Referenced by RE_bake_pixels_populate(), and store_bake_pixel().

◆ zspan

ZSpan* BakeDataZSpan::zspan

Definition at line 82 of file bake.c.

Referenced by RE_bake_pixels_populate().


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