Skip to content

EntropyCanvas::UsdMeshExtractor::Options

Extraction options.

#include <UsdMeshExtractor.h>

Name
doubletimeCode
Time code to evaluate attributes at.
std::stringprimPathPrefix
Only extract meshes matching this prim path prefix If empty, extracts all meshes.
boolcomputeTangents
Compute tangents if UVs are present.
boolcomputeNormalsIfMissing
Compute normals if not present in USD.
double timeCode = 0.0;

Time code to evaluate attributes at.

std::string primPathPrefix;

Only extract meshes matching this prim path prefix If empty, extracts all meshes.

bool computeTangents = false;

Compute tangents if UVs are present.

bool computeNormalsIfMissing = true;

Compute normals if not present in USD.


Updated on 2026-01-26 at 17:14:35 -0500