|
Blender
V2.93
|
Go to the source code of this file.
Namespaces | |
| blender | |
| blender::nodes | |
Functions | |
| static void | blender::nodes::compute_min_max_from_position_and_transform (const GeometryComponent &component, Span< float4x4 > transforms, float3 &r_min, float3 &r_max) |
| static void | blender::nodes::compute_min_max_from_volume_and_transforms (const VolumeComponent &volume_component, Span< float4x4 > transforms, float3 &r_min, float3 &r_max) |
| static void | blender::nodes::compute_geometry_set_instances_boundbox (const GeometrySet &geometry_set, float3 &r_min, float3 &r_max) |
| static void | blender::nodes::geo_node_bounding_box_exec (GeoNodeExecParams params) |
| void | register_node_type_geo_bounding_box () |
Variables | |
| static bNodeSocketTemplate | geo_node_bounding_box_in [] |
| static bNodeSocketTemplate | geo_node_bounding_box_out [] |
| void register_node_type_geo_bounding_box | ( | void | ) |
Definition at line 145 of file node_geo_bounding_box.cc.
References GEO_NODE_BOUNDING_BOX, blender::nodes::geo_node_bounding_box_exec(), geo_node_bounding_box_in, geo_node_bounding_box_out, geo_node_type_base(), bNodeType::geometry_node_execute, NODE_CLASS_GEOMETRY, node_type_socket_templates(), and nodeRegisterType().
Referenced by registerGeometryNodes().
|
static |
Definition at line 21 of file node_geo_bounding_box.cc.
Referenced by register_node_type_geo_bounding_box().
|
static |
Definition at line 26 of file node_geo_bounding_box.cc.
Referenced by register_node_type_geo_bounding_box().