|
Blender V4.3
|
#include <MOD_lineart.hh>
Public Attributes | |
| struct LineartShadowEdge * | next |
| struct LineartShadowEdge * | prev |
| double | fbc1 [4] |
| double | fbc2 [4] |
| double | g1 [3] |
| double | g2 [3] |
| bool | orig1 |
| bool | orig2 |
| struct LineartEdge * | e_ref |
| struct LineartEdge * | e_ref_light_contour |
| struct LineartEdgeSegment * | es_ref |
| ListBase | shadow_segments |
Definition at line 128 of file MOD_lineart.hh.
| struct LineartEdge* LineartShadowEdge::e_ref |
Definition at line 134 of file MOD_lineart.hh.
Referenced by lineart_shadow_cast(), lineart_shadow_cast_generate_edges(), and lineart_shadow_register_silhouette().
| struct LineartEdge* LineartShadowEdge::e_ref_light_contour |
Definition at line 135 of file MOD_lineart.hh.
Referenced by lineart_shadow_cast_generate_edges().
| struct LineartEdgeSegment* LineartShadowEdge::es_ref |
Definition at line 136 of file MOD_lineart.hh.
Referenced by lineart_shadow_register_silhouette().
| double LineartShadowEdge::fbc1[4] |
Definition at line 131 of file MOD_lineart.hh.
Referenced by lineart_shadow_cast(), and lineart_shadow_cast_onto_triangle().
| double LineartShadowEdge::fbc2[4] |
Definition at line 131 of file MOD_lineart.hh.
Referenced by lineart_shadow_cast(), and lineart_shadow_cast_onto_triangle().
| double LineartShadowEdge::g1[3] |
Definition at line 132 of file MOD_lineart.hh.
Referenced by lineart_shadow_cast_generate_edges().
| double LineartShadowEdge::g2[3] |
Definition at line 132 of file MOD_lineart.hh.
Referenced by lineart_shadow_cast_generate_edges().
| struct LineartShadowEdge* LineartShadowEdge::next |
Definition at line 129 of file MOD_lineart.hh.
| bool LineartShadowEdge::orig1 |
Definition at line 133 of file MOD_lineart.hh.
| bool LineartShadowEdge::orig2 |
Definition at line 133 of file MOD_lineart.hh.
| struct LineartShadowEdge * LineartShadowEdge::prev |
Definition at line 129 of file MOD_lineart.hh.
| ListBase LineartShadowEdge::shadow_segments |
Definition at line 137 of file MOD_lineart.hh.
Referenced by lineart_shadow_cast_generate_edges(), and lineart_shadow_register_silhouette().