Go to the source code of this file.
|
| static void | blender::nodes::node_geo_raycast_cc::node_declare (NodeDeclarationBuilder &b) |
| |
| static void | blender::nodes::node_geo_raycast_cc::node_layout (uiLayout *layout, bContext *, PointerRNA *ptr) |
| |
| static void | blender::nodes::node_geo_raycast_cc::node_init (bNodeTree *, bNode *node) |
| |
| static void | blender::nodes::node_geo_raycast_cc::node_gather_link_searches (GatherLinkSearchOpParams ¶ms) |
| |
| static void | blender::nodes::node_geo_raycast_cc::raycast_to_mesh (const IndexMask &mask, const Mesh &mesh, const VArray< float3 > &ray_origins, const VArray< float3 > &ray_directions, const VArray< float > &ray_lengths, const MutableSpan< bool > r_hit, const MutableSpan< int > r_hit_indices, const MutableSpan< float3 > r_hit_positions, const MutableSpan< float3 > r_hit_normals, const MutableSpan< float > r_hit_distances) |
| |
| static void | blender::nodes::node_geo_raycast_cc::node_geo_exec (GeoNodeExecParams params) |
| |
| static void | blender::nodes::node_geo_raycast_cc::node_rna (StructRNA *srna) |
| |
| static void | blender::nodes::node_geo_raycast_cc::node_register () |
| |