Blender  V3.3
Classes | Functions
blender::nodes::node_geo_input_tangent_cc Namespace Reference

Classes

class  TangentFieldInput
 

Functions

static void node_declare (NodeDeclarationBuilder &b)
 
static Array< float3curve_tangent_point_domain (const bke::CurvesGeometry &curves)
 
static VArray< float3construct_curve_tangent_gvarray (const CurveComponent &component, const eAttrDomain domain)
 
static void node_geo_exec (GeoNodeExecParams params)
 

Function Documentation

◆ construct_curve_tangent_gvarray()

static VArray<float3> blender::nodes::node_geo_input_tangent_cc::construct_curve_tangent_gvarray ( const CurveComponent component,
const eAttrDomain  domain 
)
static

◆ curve_tangent_point_domain()

static Array<float3> blender::nodes::node_geo_input_tangent_cc::curve_tangent_point_domain ( const bke::CurvesGeometry curves)
static

◆ node_declare()

static void blender::nodes::node_geo_input_tangent_cc::node_declare ( NodeDeclarationBuilder b)
static

Definition at line 11 of file node_geo_input_tangent.cc.

References usdtokens::b(), and N_.

Referenced by register_node_type_geo_input_tangent().

◆ node_geo_exec()

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

Definition at line 126 of file node_geo_input_tangent.cc.

References params.

Referenced by register_node_type_geo_input_tangent().