Blender V5.0
node_geo_uv_tangent.cc File Reference
#include "BKE_mesh.hh"
#include "BKE_mesh_tangent.hh"
#include "BLI_math_vector.hh"
#include "node_geometry_util.hh"

Go to the source code of this file.

Classes

class  blender::nodes::node_geo_uv_tangent_cc::TangentFieldInput

Namespaces

namespace  blender
namespace  blender::nodes
namespace  blender::nodes::node_geo_uv_tangent_cc

Enumerations

enum class  blender::nodes::node_geo_uv_tangent_cc::Method { blender::nodes::node_geo_uv_tangent_cc::Exact = 0 , blender::nodes::node_geo_uv_tangent_cc::Fast = 1 }

Functions

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 ()

Variables

static EnumPropertyItem blender::nodes::node_geo_uv_tangent_cc::method_items []