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

#include <MOD_lineart.h>

Public Attributes

struct LineartShadowEdgenext
 
struct LineartShadowEdgeprev
 
double fbc1 [4]
 
double fbc2 [4]
 
double g1 [3]
 
double g2 [3]
 
bool orig1
 
bool orig2
 
struct LineartEdgee_ref
 
struct LineartEdgee_ref_light_contour
 
struct LineartEdgeSegmentes_ref
 
ListBase shadow_segments
 

Detailed Description

Definition at line 110 of file MOD_lineart.h.

Member Data Documentation

◆ e_ref

struct LineartEdge* LineartShadowEdge::e_ref

◆ e_ref_light_contour

struct LineartEdge* LineartShadowEdge::e_ref_light_contour

Definition at line 117 of file MOD_lineart.h.

Referenced by lineart_shadow_cast_generate_edges().

◆ es_ref

struct LineartEdgeSegment* LineartShadowEdge::es_ref

Definition at line 118 of file MOD_lineart.h.

Referenced by lineart_shadow_register_silhouette().

◆ fbc1

double LineartShadowEdge::fbc1[4]

Definition at line 113 of file MOD_lineart.h.

Referenced by lineart_shadow_cast(), and lineart_shadow_cast_onto_triangle().

◆ fbc2

double LineartShadowEdge::fbc2[4]

Definition at line 113 of file MOD_lineart.h.

Referenced by lineart_shadow_cast(), and lineart_shadow_cast_onto_triangle().

◆ g1

double LineartShadowEdge::g1[3]

Definition at line 114 of file MOD_lineart.h.

Referenced by lineart_shadow_cast_generate_edges().

◆ g2

double LineartShadowEdge::g2[3]

Definition at line 114 of file MOD_lineart.h.

Referenced by lineart_shadow_cast_generate_edges().

◆ next

struct LineartShadowEdge* LineartShadowEdge::next

Definition at line 111 of file MOD_lineart.h.

◆ orig1

bool LineartShadowEdge::orig1

Definition at line 115 of file MOD_lineart.h.

◆ orig2

bool LineartShadowEdge::orig2

Definition at line 115 of file MOD_lineart.h.

◆ prev

struct LineartShadowEdge * LineartShadowEdge::prev

Definition at line 111 of file MOD_lineart.h.

◆ shadow_segments

ListBase LineartShadowEdge::shadow_segments

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