Blender  V3.3
Public Attributes | List of all members
VertexDupliData_Mesh Struct Reference

Public Attributes

VertexDupliData_Params params
 
int totvert
 
const MVertmvert
 
const float(* vert_normals )[3]
 
const float(* orco )[3]
 

Detailed Description

Definition at line 448 of file object_dupli.cc.

Member Data Documentation

◆ mvert

const MVert* VertexDupliData_Mesh::mvert

Definition at line 452 of file object_dupli.cc.

Referenced by make_child_duplis_verts_from_mesh().

◆ orco

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

Definition at line 455 of file object_dupli.cc.

Referenced by make_child_duplis_verts_from_mesh().

◆ params

VertexDupliData_Params VertexDupliData_Mesh::params

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

Referenced by make_child_duplis_verts_from_mesh().

◆ vert_normals

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

Definition at line 453 of file object_dupli.cc.

Referenced by make_child_duplis_verts_from_mesh().


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