exportFile
exportFile
Signature
exportFile(format: Export3DFormats, options?: ExportOptions): Promise<void>Parameters
Parameter
Type
Required
Description
type Export3DFormats = "OBJ" | "GLTF" | "GLB" | "DAE" | "USDZ" | "FBX" | "STL";
type ExportOptions = {
fbx?: "ASCII" | "Binary"; // Default: "ASCII"
applyParentMatrix?: boolean;
exportOnlyUsedUVs?: boolean;
};Returns
Usage
Notes
Last updated