Blender V4.3
blender::nodes::node_geo_input_mesh_edge_angle_cc Namespace Reference

Classes

class  AngleFieldInput
struct  EdgeMapEntry
class  SignedAngleFieldInput

Functions

static void node_declare (NodeDeclarationBuilder &b)
static Array< EdgeMapEntrycreate_edge_map (const OffsetIndices< int > faces, const Span< int > corner_edges, const int total_edges)
static void node_geo_exec (GeoNodeExecParams params)
static void node_register ()

Function Documentation

◆ create_edge_map()

◆ node_declare()

void blender::nodes::node_geo_input_mesh_edge_angle_cc::node_declare ( NodeDeclarationBuilder & b)
static

Definition at line 13 of file node_geo_input_mesh_edge_angle.cc.

References b, and blender::nodes::SocketDeclaration::description.

Referenced by node_register().

◆ node_geo_exec()

void blender::nodes::node_geo_input_mesh_edge_angle_cc::node_geo_exec ( GeoNodeExecParams params)
static

Definition at line 178 of file node_geo_input_mesh_edge_angle.cc.

References params.

Referenced by node_register().

◆ node_register()