MergedValues#

Fully qualified name: usd_optimize::MergedValues

struct MergedValues#

Struct to hold the merged mesh values.

Public Members

PXR_NS::VtArray<int> faceVertexCounts#
PXR_NS::VtArray<int> faceVertexIndices#
PXR_NS::VtArray<PXR_NS::GfVec3f> points#
PXR_NS::VtArray<int> holeIndices#
PXR_NS::VtArray<int> cornerIndices#
PXR_NS::VtArray<float> cornerSharpnesses#
PXR_NS::VtArray<int> creaseLengths#
PXR_NS::VtArray<int> creaseIndices#
PXR_NS::VtArray<float> creaseSharpnesses#
PXR_NS::VtArray<PXR_NS::TfToken> jointNames#
PXR_NS::VtArray<int> jointIndices#
PXR_NS::VtArray<float> singleKeyJointWeights#
std::map<PXR_NS::SdfPath, PXR_NS::VtArray<int>> faceMaterials#