Blender V5.0
BMLoopsCalcNormalsWithCoordsData Struct Reference

Public Attributes

Span< float3vcos
Span< float3fnos
BMeshbm
const short(* clnors_data )[2]
int cd_loop_clnors_offset
bool do_rebuild
float split_angle_cos
MutableSpan< float3r_lnos
MLoopNorSpaceArrayr_lnors_spacearr

Detailed Description

Definition at line 1161 of file bmesh_mesh_normals.cc.

Member Data Documentation

◆ bm

BMesh* BMLoopsCalcNormalsWithCoordsData::bm

Definition at line 1165 of file bmesh_mesh_normals.cc.

◆ cd_loop_clnors_offset

int BMLoopsCalcNormalsWithCoordsData::cd_loop_clnors_offset

Definition at line 1167 of file bmesh_mesh_normals.cc.

◆ clnors_data

const short(* BMLoopsCalcNormalsWithCoordsData::clnors_data)[2]

Definition at line 1166 of file bmesh_mesh_normals.cc.

◆ do_rebuild

bool BMLoopsCalcNormalsWithCoordsData::do_rebuild

Definition at line 1168 of file bmesh_mesh_normals.cc.

◆ fnos

Span<float3> BMLoopsCalcNormalsWithCoordsData::fnos

Definition at line 1164 of file bmesh_mesh_normals.cc.

◆ r_lnors_spacearr

MLoopNorSpaceArray* BMLoopsCalcNormalsWithCoordsData::r_lnors_spacearr

Definition at line 1173 of file bmesh_mesh_normals.cc.

◆ r_lnos

MutableSpan<float3> BMLoopsCalcNormalsWithCoordsData::r_lnos

Definition at line 1172 of file bmesh_mesh_normals.cc.

◆ split_angle_cos

float BMLoopsCalcNormalsWithCoordsData::split_angle_cos

Definition at line 1169 of file bmesh_mesh_normals.cc.

◆ vcos

Span<float3> BMLoopsCalcNormalsWithCoordsData::vcos

Definition at line 1163 of file bmesh_mesh_normals.cc.


The documentation for this struct was generated from the following file: