Blender V4.5
FaceDupliData_Mesh Struct Reference

Public Attributes

FaceDupliData_Params params
int totface
blender::OffsetIndices< int > faces
Span< int > corner_verts
Span< float3float3vert_positions
const float(* orco )[3]
const float2float2mloopuv

Detailed Description

Definition at line 1114 of file object_dupli.cc.

Member Data Documentation

◆ corner_verts

Span<int> FaceDupliData_Mesh::corner_verts

Definition at line 1119 of file object_dupli.cc.

Referenced by make_child_duplis_faces_from_mesh(), and make_duplis_faces().

◆ faces

blender::OffsetIndices<int> FaceDupliData_Mesh::faces

Definition at line 1118 of file object_dupli.cc.

Referenced by make_child_duplis_faces_from_mesh(), and make_duplis_faces().

◆ mloopuv

const float2float2* FaceDupliData_Mesh::mloopuv

Definition at line 1122 of file object_dupli.cc.

Referenced by make_child_duplis_faces_from_mesh(), and make_duplis_faces().

◆ orco

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

Definition at line 1121 of file object_dupli.cc.

Referenced by make_child_duplis_faces_from_mesh(), and make_duplis_faces().

◆ params

FaceDupliData_Params FaceDupliData_Mesh::params

Definition at line 1115 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 1117 of file object_dupli.cc.

Referenced by make_child_duplis_faces_from_mesh(), and make_duplis_faces().

◆ vert_positions

Span<float3float3> FaceDupliData_Mesh::vert_positions

Definition at line 1120 of file object_dupli.cc.

Referenced by make_child_duplis_faces_from_mesh(), and make_duplis_faces().


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