Blender V5.0
blender::nodes::node_geo_input_instance_bounds_cc Namespace Reference

Classes

class  InstanceBoundsField

Functions

static void node_declare (NodeDeclarationBuilder &b)
static void node_geo_exec (GeoNodeExecParams params)
static void node_register ()

Function Documentation

◆ node_declare()

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

Definition at line 12 of file node_geo_input_instance_bounds.cc.

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

Referenced by node_register().

◆ node_geo_exec()

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

Definition at line 106 of file node_geo_input_instance_bounds.cc.

References params.

Referenced by node_register().

◆ node_register()