Post

Replies

Boosts

Views

Activity

Reply to How to display stereo images in Apple Vision Pro?
I encountered the same problem but was able to resolve it. A few things: When you create TextureResource from the image in Swift, make sure you set its semantic to color: TextureResource(image: cgImage, options: .init(semantic: .color)). I was setting it to nil before, and that's what made the images look pale. Use Unlit Surface node and turn off "Apply Post Process Tone Map"
Topic: Spatial Computing SubTopic: General Tags:
Jun ’24
Reply to VisionOS NavigationStack background cannot be removed?
I don't think it's currently possible except writing your own NavigationStack. I really hope it's natively supported.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’24
Reply to How to display stereo images in Apple Vision Pro?
I encountered the same problem but was able to resolve it. A few things: When you create TextureResource from the image in Swift, make sure you set its semantic to color: TextureResource(image: cgImage, options: .init(semantic: .color)). I was setting it to nil before, and that's what made the images look pale. Use Unlit Surface node and turn off "Apply Post Process Tone Map"
Topic: Spatial Computing SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’24
Reply to How's NBA App for VisionOS able to show multiple windows
The side panels are achieved using ornaments: .ornament(attachmentAnchor: .scene(.trialing), contentAlignment: .leading) { // panel content view } Note that setting contentAlignment is crucial to prevent the panel from covering the main content.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’24
Reply to mediafilesegmenter can't create format reader
This seems only happen with spatial videos recorded with Vision Pro. It works fine with the ones recorded with iPhone 15
Replies
Boosts
Views
Activity
May ’24
Reply to mediafilesegmenter can't create format reader
For the CentOS build, one of system requirements listed in installationReadMe.md is * No AVX, AVX, AVX2 So is AVX or AVX2 required or not?
Replies
Boosts
Views
Activity
May ’24