Skip to content

Commit f67aa7b

Browse files
USDZExporter: Add ar and includeAnchoringProperties options
1 parent f17195b commit f67aa7b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

types/three/examples/jsm/exporters/USDZExporter.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
import { Object3D } from "three";
22

33
export interface USDZExporterOptions {
4+
ar?: { anchoring: { type: 'plane' }, planeAnchoring: { alignment: 'horizontal' | 'vertical' | 'any' } };
5+
includeAnchoringProperties?: boolean;
46
quickLookCompatible?: boolean;
57
maxTextureSize?: number;
68
}

0 commit comments

Comments
 (0)