Blender V5.0
FaceDupliData_Mesh Struct Reference

Public Attributes

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

Detailed Description

Definition at line 1107 of file object_dupli.cc.

Member Data Documentation

◆ corner_verts

Span<int> FaceDupliData_Mesh::corner_verts

Definition at line 1112 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 1111 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 1114 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 1108 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 1110 of file object_dupli.cc.

Referenced by make_child_duplis_faces_from_mesh(), and make_duplis_faces().

◆ uv_map

const float2* FaceDupliData_Mesh::uv_map

Definition at line 1115 of file object_dupli.cc.

Referenced by make_child_duplis_faces_from_mesh(), and make_duplis_faces().

◆ vert_positions

Span<float3> FaceDupliData_Mesh::vert_positions

Definition at line 1113 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: