Blender V4.3
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 1174 of file bmesh_mesh_normals.cc.

Member Data Documentation

◆ bm

BMesh* BMLoopsCalcNormalsWithCoordsData::bm

Definition at line 1178 of file bmesh_mesh_normals.cc.

Referenced by bm_mesh_loops_calc_normals__multi_threaded().

◆ cd_loop_clnors_offset

int BMLoopsCalcNormalsWithCoordsData::cd_loop_clnors_offset

Definition at line 1180 of file bmesh_mesh_normals.cc.

◆ clnors_data

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

Definition at line 1179 of file bmesh_mesh_normals.cc.

◆ do_rebuild

bool BMLoopsCalcNormalsWithCoordsData::do_rebuild

Definition at line 1181 of file bmesh_mesh_normals.cc.

◆ fnos

Span<float3> BMLoopsCalcNormalsWithCoordsData::fnos

Definition at line 1177 of file bmesh_mesh_normals.cc.

◆ r_lnors_spacearr

MLoopNorSpaceArray* BMLoopsCalcNormalsWithCoordsData::r_lnors_spacearr

Definition at line 1186 of file bmesh_mesh_normals.cc.

◆ r_lnos

MutableSpan<float3> BMLoopsCalcNormalsWithCoordsData::r_lnos

Definition at line 1185 of file bmesh_mesh_normals.cc.

◆ split_angle_cos

float BMLoopsCalcNormalsWithCoordsData::split_angle_cos

Definition at line 1182 of file bmesh_mesh_normals.cc.

◆ vcos

Span<float3> BMLoopsCalcNormalsWithCoordsData::vcos

Definition at line 1176 of file bmesh_mesh_normals.cc.


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