Blender V5.0
VertexDupliData_Mesh Struct Reference

Public Attributes

VertexDupliData_Params params
int totvert
Span< float3vert_positions
Span< float3vert_normals
const float(* orco )[3]

Detailed Description

Definition at line 596 of file object_dupli.cc.

Member Data Documentation

◆ orco

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

Definition at line 603 of file object_dupli.cc.

Referenced by make_child_duplis_verts_from_mesh(), and make_duplis_verts().

◆ params

VertexDupliData_Params VertexDupliData_Mesh::params

Definition at line 597 of file object_dupli.cc.

Referenced by make_child_duplis_verts_from_mesh(), and make_duplis_verts().

◆ totvert

int VertexDupliData_Mesh::totvert

Definition at line 599 of file object_dupli.cc.

Referenced by make_child_duplis_verts_from_mesh(), and make_duplis_verts().

◆ vert_normals

Span<float3> VertexDupliData_Mesh::vert_normals

Definition at line 601 of file object_dupli.cc.

Referenced by make_child_duplis_verts_from_mesh(), and make_duplis_verts().

◆ vert_positions

Span<float3> VertexDupliData_Mesh::vert_positions

Definition at line 600 of file object_dupli.cc.

Referenced by make_child_duplis_verts_from_mesh(), and make_duplis_verts().


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