Questions tagged [usdz]

Universal Scene Description (USD) is a standard to promote interop and exchange of 3D scene descriptions between artists, developers and film studios. USDZ is a WYSIWYG editor developed by Apple and Pixar.

USDZ was introduced by Apple in WWDC 2018 as a WYSIWYG editor developed with Pixar, that allows developers to bring objects from Photoshop and Dimension into an AR environment.

Its features according to Pixar includes:

  • Robust schemas for interchange of geometry, shading, and skeletal deformation
  • High performance data retrieval and rendering, including powerful instancing features
  • The ability to package user-selectable content variations, natively
  • A sound architecture that is flexible enough to adapt to future needs
149 questions
1
vote
1 answer

When I try to run "xcrun usdz_convert" I get an error

I updated to macOS Catalina 10.15 and Xcode 11.0. Now this command is not running now: xcrun usdz_convert I get this error even though I've updated both $PATH and $PYHONPATH variables: xcrun: error: unable to find utility "usdz_convert", not a…
1
vote
1 answer

USDZ files are black in Xcode

Whenever I attempt to view a USDZ file that I have downloaded from Apple's Quick Look website in XCode it looks black. I am currently using XCode Version 10.3 (10G8) and have included an image showcasing the issue. Can someone please help me…
Adam Cooper
  • 867
  • 1
  • 6
  • 23
1
vote
1 answer

How to convert .arobject file to .usdz file?

I created .arobject file from apple's object scanning sample code. Now I am wondering is there any way to convert this .arobject file to .usdz file?
Satish Mavani
  • 4,897
  • 2
  • 20
  • 30
1
vote
1 answer

USDZ models have holes in SceneKit but not QuickLook

Some of the NASA .usdz spherical models, when displayed in an iOS SceneKit app, show "holes" in the rendered textures, apparently at vertices in the model. The models display correctly with NO holes in QuickLook (on both iOS 12.3.1 and MacOS…
LenK
  • 2,944
  • 2
  • 20
  • 26
1
vote
1 answer

How to fix USDZ model that are too dark in AR Quick look

I'm trying to convert an obj model to usdz but the model looks too dark when viewing in AR Quick Look on iPhone. To convert the model I'm running. xcrun usdz_converter Kudde_v03/Kudde_v03.obj ./Kudde_flower_2048.usdz -color_map…
mlhw
  • 13
  • 3
1
vote
1 answer

Convert or export Autodesk Revit model to USDZ

Does anybody know a way to either 1) export a 3D Revit model as a USDZ format (ie via a Plugin) or 2) convert a Revit model (from either RVT, DWG, DGN, FBX, IFC, NWC, DXF, SAT...) to a USDZ format? I can only find online tools which offer to…
Steve H.
  • 21
  • 3
1
vote
0 answers

Can not determine file format for @path to the obj file@ USDZ windows

i am trying to convert my usda to usdz using the usdzip command line tool provided by pixar. i have managed to successfully build the package using their official build-method. however when i try to view the usda or usdz using the usdzview command…
Alien128
  • 313
  • 1
  • 2
  • 18
1
vote
1 answer

How to turn off contact shadows in "USDZ" file for AR Quick Look?

We are working with USDZ files and are having trouble with contact shadows especially with transparent objects. Questions: 1) Is there a way to turn off contact shadows? The AR Quick Look presentation in WWDC says there is a way to turn off contact…
1
vote
0 answers

Installation Issue with Pixar USD on macOS High Sierra

Description I am following the installation documentation - https://github.com/PixarAnimationStudios/USD#getting-and-building-the-code on my macOS High Sierra 10.13.6 but after the installation is complete - I am getting a segmentation fault: 11. I…
Shantanu
  • 159
  • 1
  • 1
  • 5
1
vote
1 answer

USDZ Safari Permissions

If I spend a lot of time building out a complex and beautiful 3d object for use with ARkit, then embed that object into a webpage using the USDZ format, how do I prevent the unauthorized use of that 3d object via saving or sharing?
csakon
  • 581
  • 2
  • 6
  • 23
1
vote
1 answer

USDZ file place above my head in ios

When I load *.USDZ file in ARSCNView place object above my head. even I tried through apple provide sample demo “Handling3DInteractionAndUIControlsInAugmentedReality”. I notice one thing is *.USDZ file formate content vast size bounding box by…
saraman
  • 568
  • 7
  • 19
0
votes
0 answers

I keep getting a 404 error when trying to use echo3D's REST API

I am playing around with echo3D's rest api (hoping to load download some models into the apple Pro Vision simulator). I am attempting to use this endpoint to download a usdz file but I always seem to get an error (HTTP Status 404 – Not…
0
votes
0 answers

Support for Refraction/Thickness in Apple Quick Look?

I have been testing out models in Apple Quick Look AR on iOS through the USD format, I am finding that Apple Quick Look doesn't appear to support materials that use Refraction/Thickness. You can see a good example of this issue here with the…
ROBYER1
  • 117
  • 8
0
votes
0 answers

How to load USDZ Models with animations and textures using ThreeJS

I am building a web-based 3D viewer. It is working perfectly for other file types (.fbx, .glb, .obj, ...) It gets complicated when I want to load .usdz files. To do that I am using github.com/ponahoum/three-usdz-loader I am doing that because I want…
Gianluca Filitz
  • 371
  • 1
  • 2
  • 10
0
votes
0 answers

3D model removing some part and changing texture of a specific vertices

I am trying to crop and edit a 3d model which I created using photogrammetry ,I tried multiple solutions but seems like none of that worked , posting in urge of guidance , let me address what I did , I tried to select the vertices where user tap and…
premanshu
  • 1
  • 1