Dunfey · Hotel WWDC as data, est. 1983
Front desk everything
Years
Topics

2024 Graphics & GamesSafari & WebSpatial Computing

WWDC24 · 14 min · Graphics & Games / Safari & Web / Spatial Computing

What’s new in Quick Look for visionOS

Explore how Quick Look in visionOS can elevate file preview and editing experiences in your app. We’ll cover the integration of in-app and windowed Quick Look, as well as a brand-new API that customizes the windowed Quick Look experience in your app. We’ll also share the latest enhancements to viewing 3D models within Quick Look.

Watch at developer.apple.com ↗

Transcript all transcripts

Chapters

Code shown on screen · 1 snippet

Variants USDZ objectivec · at 12:22 ↗
#usda 1.0
(
	defaultPrim = "iPhone"
)

def Xform "iPhone" (
	variants = {
		string Color = "Black_Titanium"
	}
	prepend variantSets = ["Color"]
)
{
	variantSet "Color" = {
		"Black_Titanium" { }
		"Blue_Titanium" { }
		"Natural_Titanium" { }
		"White_Titanium" { }
 }
}

Resources