Blender  V2.93
Public Attributes | List of all members
blender::io::usd::USDMeshData Struct Reference

Public Attributes

pxr::VtArray< pxr::GfVec3f > points
 
pxr::VtIntArray face_vertex_counts
 
pxr::VtIntArray face_indices
 
std::map< short, pxr::VtIntArray > face_groups
 
pxr::VtIntArray crease_lengths
 
pxr::VtIntArray crease_vertex_indices
 
pxr::VtFloatArray crease_sharpnesses
 

Detailed Description

Definition at line 91 of file usd_writer_mesh.cc.

Member Data Documentation

◆ crease_lengths

pxr::VtIntArray blender::io::usd::USDMeshData::crease_lengths

Definition at line 101 of file usd_writer_mesh.cc.

Referenced by blender::io::usd::get_creases().

◆ crease_sharpnesses

pxr::VtFloatArray blender::io::usd::USDMeshData::crease_sharpnesses

Definition at line 111 of file usd_writer_mesh.cc.

Referenced by blender::io::usd::get_creases().

◆ crease_vertex_indices

pxr::VtIntArray blender::io::usd::USDMeshData::crease_vertex_indices

Definition at line 104 of file usd_writer_mesh.cc.

Referenced by blender::io::usd::get_creases().

◆ face_groups

std::map<short, pxr::VtIntArray> blender::io::usd::USDMeshData::face_groups

Definition at line 95 of file usd_writer_mesh.cc.

Referenced by blender::io::usd::get_loops_polys().

◆ face_indices

pxr::VtIntArray blender::io::usd::USDMeshData::face_indices

Definition at line 94 of file usd_writer_mesh.cc.

Referenced by blender::io::usd::get_loops_polys().

◆ face_vertex_counts

pxr::VtIntArray blender::io::usd::USDMeshData::face_vertex_counts

Definition at line 93 of file usd_writer_mesh.cc.

Referenced by blender::io::usd::get_loops_polys().

◆ points

pxr::VtArray<pxr::GfVec3f> blender::io::usd::USDMeshData::points

Definition at line 92 of file usd_writer_mesh.cc.

Referenced by blender::io::usd::get_vertices().


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