|
Blender V4.3
|
Classes | |
| class | HasNeighborFieldInput |
| class | IndexOfNearestFieldInput |
Functions | |
| static void | node_declare (NodeDeclarationBuilder &b) |
| static KDTree_3d * | build_kdtree (const Span< float3 > positions, const IndexMask &mask) |
| static int | find_nearest_non_self (const KDTree_3d &tree, const float3 &position, const int index) |
| static void | find_neighbors (const KDTree_3d &tree, const Span< float3 > positions, const IndexMask &mask, MutableSpan< int > r_indices) |
| static void | node_geo_exec (GeoNodeExecParams params) |
| static void | node_register () |
|
static |
Definition at line 24 of file node_geo_index_of_nearest.cc.
References tree.
Referenced by blender::nodes::node_geo_index_of_nearest_cc::IndexOfNearestFieldInput::get_varray_for_context().
|
static |
Definition at line 33 of file node_geo_index_of_nearest.cc.
References tree.
Referenced by find_neighbors().
|
static |
Definition at line 44 of file node_geo_index_of_nearest.cc.
References find_nearest_non_self(), and tree.
Referenced by blender::nodes::node_geo_index_of_nearest_cc::IndexOfNearestFieldInput::get_varray_for_context().
|
static |
Definition at line 14 of file node_geo_index_of_nearest.cc.
References b, blender::nodes::SocketDeclaration::description, blender::nodes::SocketDeclaration::hide_value, and blender::nodes::implicit_field_inputs::position().
Referenced by node_register().
|
static |
Definition at line 226 of file node_geo_index_of_nearest.cc.
References params.
Referenced by node_register().
|
static |
Definition at line 244 of file node_geo_index_of_nearest.cc.
References blender::bke::bNodeType::declare, geo_node_type_base(), blender::bke::bNodeType::geometry_node_execute, NODE_CLASS_CONVERTER, node_declare(), node_geo_exec(), and blender::bke::node_register_type().