Blender
V3.3
|
Go to the source code of this file.
Namespaces | |
blender | |
blender::nodes | |
blender::nodes::node_geo_curve_primitive_spiral_cc | |
Functions | |
static void | blender::nodes::node_geo_curve_primitive_spiral_cc::node_declare (NodeDeclarationBuilder &b) |
static Curves * | blender::nodes::node_geo_curve_primitive_spiral_cc::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 | blender::nodes::node_geo_curve_primitive_spiral_cc::node_geo_exec (GeoNodeExecParams params) |
void | register_node_type_geo_curve_primitive_spiral () |
Definition at line 88 of file node_geo_curve_primitive_spiral.cc.
References bNodeType::declare, GEO_NODE_CURVE_PRIMITIVE_SPIRAL, geo_node_type_base(), bNodeType::geometry_node_execute, NODE_CLASS_GEOMETRY, blender::nodes::node_geo_curve_primitive_spiral_cc::node_declare(), blender::nodes::node_geo_curve_primitive_spiral_cc::node_geo_exec(), and nodeRegisterType().
Referenced by registerGeometryNodes().