Go to the source code of this file.
|
| static void | blender::nodes::node_geo_uv_tangent_cc::node_declare (NodeDeclarationBuilder &b) |
| static float3 | blender::nodes::node_geo_uv_tangent_cc::compute_triangle_tangent (const float3 &p1, const float3 &p2, const float3 &p3, const float2 &uv1, const float2 &uv2, const float2 &uv3) |
| static void | blender::nodes::node_geo_uv_tangent_cc::calc_uv_tangents_simple (const Span< float3 > positions, const Span< int > corner_verts, const Span< int3 > corner_tris, const GroupedSpan< int > vert_to_corners_map, const Span< float3 > uvs, MutableSpan< float3 > r_corner_tangents) |
| static void | blender::nodes::node_geo_uv_tangent_cc::node_geo_exec (GeoNodeExecParams params) |
| static void | blender::nodes::node_geo_uv_tangent_cc::node_register () |