Blender V4.3
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 550 of file object_dupli.cc.

Member Data Documentation

◆ orco

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

Definition at line 557 of file object_dupli.cc.

Referenced by make_child_duplis_verts_from_mesh().

◆ params

VertexDupliData_Params VertexDupliData_Mesh::params

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

Referenced by make_child_duplis_verts_from_mesh().

◆ vert_normals

Span<float3> VertexDupliData_Mesh::vert_normals

Definition at line 555 of file object_dupli.cc.

Referenced by make_child_duplis_verts_from_mesh().

◆ vert_positions

Span<float3> VertexDupliData_Mesh::vert_positions

Definition at line 554 of file object_dupli.cc.

Referenced by make_child_duplis_verts_from_mesh().


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