Skip to content

Commit

Permalink
USDZExporter: Add ar and includeAnchoringProperties options
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentfretin committed May 15, 2024
1 parent f17195b commit b6dd8f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions types/three/examples/jsm/exporters/USDZExporter.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import { Object3D } from "three";

export interface USDZExporterOptions {
ar?: { anchoring: { type: "plane" }; planeAnchoring: { alignment: "horizontal" | "vertical" | "any" } };
includeAnchoringProperties?: boolean;
quickLookCompatible?: boolean;
maxTextureSize?: number;
}
Expand Down

0 comments on commit b6dd8f3

Please sign in to comment.