Blender
V3.3
|
Functions | |
static void | node_declare (NodeDeclarationBuilder &b) |
static Curves * | create_spiral_curve (const float rotations, const int resolution, const float start_radius, const float end_radius, const float height, const bool direction) |
static void | node_geo_exec (GeoNodeExecParams params) |
|
static |
Definition at line 38 of file node_geo_curve_primitive_spiral.cc.
References KDL::cos(), CURVE_TYPE_POLY, curves, blender::bke::curves_new_nomain_single(), float(), height, M_PI, max, positions, rotations, KDL::sin(), blender::bke::CurvesGeometry::wrap(), x, y, and z.
Referenced by node_geo_exec().
|
static |
Definition at line 9 of file node_geo_curve_primitive_spiral.cc.
References usdtokens::b(), blender::nodes::SocketDeclaration::description(), N_, PROP_DISTANCE, and PROP_UNSIGNED.
Referenced by register_node_type_geo_curve_primitive_spiral().
|
static |
Definition at line 69 of file node_geo_curve_primitive_spiral.cc.
References create_spiral_curve(), GeometrySet::create_with_curves(), curves, max, params, and rotations.
Referenced by register_node_type_geo_curve_primitive_spiral().