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

#include <MOD_lineart.h>

Public Attributes

struct LineartShadowSegmentnext
 
struct LineartShadowSegmentprev
 
int flag
 
double ratio
 
double fbc1 [4]
 
double fbc2 [4]
 
double g1 [4]
 
double g2 [4]
 
uint32_t target_reference
 
uint32_t shadow_mask_bits
 

Detailed Description

Definition at line 128 of file MOD_lineart.h.

Member Data Documentation

◆ fbc1

double LineartShadowSegment::fbc1[4]

Definition at line 138 of file MOD_lineart.h.

Referenced by lineart_shadow_edge_cut().

◆ fbc2

double LineartShadowSegment::fbc2[4]

Definition at line 138 of file MOD_lineart.h.

Referenced by lineart_shadow_edge_cut().

◆ flag

int LineartShadowSegment::flag

Definition at line 131 of file MOD_lineart.h.

Referenced by lineart_shadow_edge_cut().

◆ g1

double LineartShadowSegment::g1[4]

Definition at line 140 of file MOD_lineart.h.

Referenced by lineart_shadow_edge_cut().

◆ g2

double LineartShadowSegment::g2[4]

Definition at line 140 of file MOD_lineart.h.

Referenced by lineart_shadow_edge_cut().

◆ next

struct LineartShadowSegment* LineartShadowSegment::next

Definition at line 129 of file MOD_lineart.h.

Referenced by lineart_shadow_edge_cut().

◆ prev

struct LineartShadowSegment * LineartShadowSegment::prev

Definition at line 129 of file MOD_lineart.h.

◆ ratio

double LineartShadowSegment::ratio

◆ shadow_mask_bits

uint32_t LineartShadowSegment::shadow_mask_bits

Definition at line 142 of file MOD_lineart.h.

◆ target_reference

uint32_t LineartShadowSegment::target_reference

Definition at line 141 of file MOD_lineart.h.

Referenced by lineart_shadow_edge_cut().


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