Skip to content

Commit f7ad644

Browse files
authored
USDZExporter: Fix JSDoc to match default value (#31119)
1 parent 64b50b0 commit f7ad644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/jsm/exporters/USDZExporter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,7 @@ function buildCamera( camera ) {
827827
*
828828
* @typedef {Object} USDZExporter~Options
829829
* @property {number} [maxTextureSize=1024] - The maximum texture size that is going to be exported.
830-
* @property {boolean} [includeAnchoringProperties=false] - Whether to include anchoring properties or not.
830+
* @property {boolean} [includeAnchoringProperties=true] - Whether to include anchoring properties or not.
831831
* @property {Object} [ar] - If `includeAnchoringProperties` is set to `true`, the anchoring type and alignment
832832
* can be configured via `ar.anchoring.type` and `ar.planeAnchoring.alignment`.
833833
* @property {boolean} [quickLookCompatible=false] - Whether to make the exported USDZ compatible to QuickLook

0 commit comments

Comments
 (0)