Blender V4.3
blender::io::hydra::MeshData::SubMesh Struct Reference

#include <mesh.hh>

Public Attributes

pxr::VtVec3fArray vertices
 
pxr::VtIntArray face_vertex_counts
 
pxr::VtIntArray face_vertex_indices
 
pxr::VtVec3fArray normals
 
pxr::VtVec2fArray uvs
 
int mat_index = 0
 
MaterialDatamat_data = nullptr
 

Detailed Description

Definition at line 21 of file mesh.hh.

Member Data Documentation

◆ face_vertex_counts

pxr::VtIntArray blender::io::hydra::MeshData::SubMesh::face_vertex_counts

◆ face_vertex_indices

pxr::VtIntArray blender::io::hydra::MeshData::SubMesh::face_vertex_indices

◆ mat_data

◆ mat_index

int blender::io::hydra::MeshData::SubMesh::mat_index = 0

Definition at line 27 of file mesh.hh.

Referenced by blender::io::hydra::MeshData::write_materials().

◆ normals

pxr::VtVec3fArray blender::io::hydra::MeshData::SubMesh::normals

Definition at line 25 of file mesh.hh.

Referenced by blender::io::hydra::copy_submesh().

◆ uvs

pxr::VtVec2fArray blender::io::hydra::MeshData::SubMesh::uvs

Definition at line 26 of file mesh.hh.

Referenced by blender::io::hydra::copy_submesh().

◆ vertices

pxr::VtVec3fArray blender::io::hydra::MeshData::SubMesh::vertices

Definition at line 22 of file mesh.hh.

Referenced by blender::io::hydra::copy_submesh().


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