EntropyCanvas::UsdMeshExtractor::Options
EntropyCanvas::UsdMeshExtractor::Options
Section titled “EntropyCanvas::UsdMeshExtractor::Options”Extraction options.
#include <UsdMeshExtractor.h>
Public Attributes
Section titled “Public Attributes”| Name | |
|---|---|
| double | timeCode Time code to evaluate attributes at. |
| std::string | primPathPrefix Only extract meshes matching this prim path prefix If empty, extracts all meshes. |
| bool | computeTangents Compute tangents if UVs are present. |
| bool | computeNormalsIfMissing Compute normals if not present in USD. |
Public Attributes Documentation
Section titled “Public Attributes Documentation”variable timeCode
Section titled “variable timeCode”double timeCode = 0.0;Time code to evaluate attributes at.
variable primPathPrefix
Section titled “variable primPathPrefix”std::string primPathPrefix;Only extract meshes matching this prim path prefix If empty, extracts all meshes.
variable computeTangents
Section titled “variable computeTangents”bool computeTangents = false;Compute tangents if UVs are present.
variable computeNormalsIfMissing
Section titled “variable computeNormalsIfMissing”bool computeNormalsIfMissing = true;Compute normals if not present in USD.
Updated on 2026-01-26 at 17:14:35 -0500