Blender V4.3
FaceDupliData_Mesh Struct Reference

Public Attributes

FaceDupliData_Params params
 
int totface
 
blender::OffsetIndices< intfaces
 
Span< intcorner_verts
 
Span< float3vert_positions
 
const float(* orco )[3]
 
const float2mloopuv
 

Detailed Description

Definition at line 1063 of file object_dupli.cc.

Member Data Documentation

◆ corner_verts

Span<int> FaceDupliData_Mesh::corner_verts

Definition at line 1068 of file object_dupli.cc.

Referenced by make_child_duplis_faces_from_mesh().

◆ faces

blender::OffsetIndices<int> FaceDupliData_Mesh::faces

Definition at line 1067 of file object_dupli.cc.

Referenced by make_child_duplis_faces_from_mesh().

◆ mloopuv

const float2* FaceDupliData_Mesh::mloopuv

Definition at line 1071 of file object_dupli.cc.

Referenced by make_child_duplis_faces_from_mesh().

◆ orco

const float(* FaceDupliData_Mesh::orco)[3]

Definition at line 1070 of file object_dupli.cc.

Referenced by make_child_duplis_faces_from_mesh().

◆ params

FaceDupliData_Params FaceDupliData_Mesh::params

Definition at line 1064 of file object_dupli.cc.

Referenced by make_child_duplis_faces_from_mesh(), and make_duplis_faces().

◆ totface

int FaceDupliData_Mesh::totface

Definition at line 1066 of file object_dupli.cc.

Referenced by make_child_duplis_faces_from_mesh().

◆ vert_positions

Span<float3> FaceDupliData_Mesh::vert_positions

Definition at line 1069 of file object_dupli.cc.

Referenced by make_child_duplis_faces_from_mesh().


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