Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

USDZExporter: Anchoring support #21997

Closed
wants to merge 5 commits into from

Conversation

ThorstenBux
Copy link
Contributor

@ThorstenBux ThorstenBux commented Jun 16, 2021

Related issue: Fixed #21995

Description

Until these changes, it wasn't possible to tell AR Quicklook that a USDZ file should be attached to a wall target as opposed to a horizontal surface.

Reference: https://developer.apple.com/documentation/arkit/usdz_schemas_for_ar/preliminary_anchoringapi

This contribution is funded by Tripod Digital.

@mrdoob
Copy link
Owner

mrdoob commented Jun 28, 2021

I guess you can remove these console.log()s?
Also, make sure you use tabs for indentation.

@mrdoob mrdoob added this to the r131 milestone Jun 29, 2021
@ThorstenBux
Copy link
Contributor Author

Thank you @mrdoob for your feedback. I've changed the code accordingly.

@Mugen87
Copy link
Collaborator

Mugen87 commented Jul 6, 2021

It seems there is still a merge conflict.

@ThorstenBux
Copy link
Contributor Author

Hm, let me see

…l-placement-usdz

* commit 'd0340e3a147e290fa86d14bc3ed97d8e1c20602e': (79 commits)
  r130 (bis)
  Revert "Update revision (mrdoob#22087)" (mrdoob#22090)
  Update WebXR Layers example to compare quality. (mrdoob#22083)
  Update revision (mrdoob#22087)
  Updated examples builds
  Updated builds
  USDZExporter: Added map transparency support (mrdoob#22086)
  DragControls: added onPointerDown parameters (mrdoob#22084)
  Examples: Clean up.
  FBXLoader: Matrix4 code clean up.
  USDZExporter: Log a warning when matrixWorld has a negative scale.
  Docs: Improved AnimationMixer page. (mrdoob#22076)
  WebGLTextures: Fix mips gen for 3D render targets. (mrdoob#22072)
  Fix regression in WebXR (mrdoob#22074)
  Revert "TransformControls: Clean up."
  r130
  Examples: Clean up
  Editor: Cache network responses in sw.js.
  Updated builds
  Updated examples builds
  ...

# Conflicts:
#	examples/jsm/exporters/USDZExporter.js
@mrdoob
Copy link
Owner

mrdoob commented Jul 7, 2021

Hmm, seems like you changed the indentation to spaces.

@ThorstenBux
Copy link
Contributor Author

arg, VS code auto indentation. I'm used to spaces

@mrdoob
Copy link
Owner

mrdoob commented Jul 10, 2021

There are still some indentation changes left.

Have a look at the diff:
https://github.com/mrdoob/three.js/pull/21997/files

@mrdoob mrdoob changed the title Feat/wall placement usdz USDZExporter: Anchoring support Jul 10, 2021
@mrdoob mrdoob modified the milestones: r131, r132 Jul 28, 2021
@mrdoob mrdoob modified the milestones: r132, r133 Aug 26, 2021
@mrdoob mrdoob modified the milestones: r133, r134 Sep 30, 2021
@mrdoob mrdoob modified the milestones: r134, r135 Oct 28, 2021
@mrdoob mrdoob modified the milestones: r135, r136 Nov 26, 2021
@mrdoob mrdoob modified the milestones: r136, r137 Dec 24, 2021
@mrdoob mrdoob modified the milestones: r137, r138 Jan 26, 2022
@mrdoob mrdoob modified the milestones: r138, r139 Feb 23, 2022
@mrdoob mrdoob modified the milestones: r139, r140 Mar 24, 2022
@mrdoob mrdoob modified the milestones: r140, r141 Apr 30, 2022
@mrdoob mrdoob modified the milestones: r141, r142 May 26, 2022
@mrdoob mrdoob modified the milestones: r142, r143 Jun 29, 2022
@mrdoob mrdoob modified the milestones: r143, r144 Jul 28, 2022
@mrdoob mrdoob modified the milestones: r144, r145 Aug 31, 2022
@mrdoob mrdoob modified the milestones: r145, r146 Sep 29, 2022
@Mugen87
Copy link
Collaborator

Mugen87 commented Oct 26, 2022

Closing in favor of #22854.

@Mugen87 Mugen87 closed this Oct 26, 2022
@Mugen87 Mugen87 removed this from the r146 milestone Oct 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

USDZ exporter with target wall placement
3 participants