EntropyCanvas::UsdMeshSerializer::Options
EntropyCanvas::UsdMeshSerializer::Options
Section titled “EntropyCanvas::UsdMeshSerializer::Options”Serialization options.
#include <UsdMeshSerializer.h>
Public Attributes
Section titled “Public Attributes”| Name | |
|---|---|
| bool | useBinaryFormat Use binary format (.usdc) vs text (.usda) Binary is more compact and faster to parse. |
| std::string | primPath Prim path for the mesh in the USD stage. |
Public Attributes Documentation
Section titled “Public Attributes Documentation”variable useBinaryFormat
Section titled “variable useBinaryFormat”bool useBinaryFormat = true;Use binary format (.usdc) vs text (.usda) Binary is more compact and faster to parse.
variable primPath
Section titled “variable primPath”std::string primPath = "/Mesh";Prim path for the mesh in the USD stage.
Updated on 2026-01-26 at 17:14:35 -0500