Blender  V3.3
Public Attributes | List of all members
BMLoopsCalcNormalsWithCoordsData Struct Reference

Public Attributes

const float(* fnos )[3]
 
const float(* vcos )[3]
 
BMeshbm
 
const short(* clnors_data )[2]
 
const int cd_loop_clnors_offset
 
const bool do_rebuild
 
const float split_angle_cos
 
float(* r_lnos )[3]
 
MLoopNorSpaceArrayr_lnors_spacearr
 

Detailed Description

Definition at line 1156 of file bmesh_mesh_normals.c.

Member Data Documentation

◆ bm

BMesh* BMLoopsCalcNormalsWithCoordsData::bm

Definition at line 1160 of file bmesh_mesh_normals.c.

◆ cd_loop_clnors_offset

const int BMLoopsCalcNormalsWithCoordsData::cd_loop_clnors_offset

Definition at line 1162 of file bmesh_mesh_normals.c.

◆ clnors_data

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

Definition at line 1161 of file bmesh_mesh_normals.c.

◆ do_rebuild

const bool BMLoopsCalcNormalsWithCoordsData::do_rebuild

Definition at line 1163 of file bmesh_mesh_normals.c.

◆ fnos

const float(* BMLoopsCalcNormalsWithCoordsData::fnos)[3]

Definition at line 1158 of file bmesh_mesh_normals.c.

◆ r_lnors_spacearr

MLoopNorSpaceArray* BMLoopsCalcNormalsWithCoordsData::r_lnors_spacearr

Definition at line 1168 of file bmesh_mesh_normals.c.

◆ r_lnos

float(* BMLoopsCalcNormalsWithCoordsData::r_lnos)[3]

Definition at line 1167 of file bmesh_mesh_normals.c.

◆ split_angle_cos

const float BMLoopsCalcNormalsWithCoordsData::split_angle_cos

Definition at line 1164 of file bmesh_mesh_normals.c.

◆ vcos

const float(* BMLoopsCalcNormalsWithCoordsData::vcos)[3]

Definition at line 1159 of file bmesh_mesh_normals.c.


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