Post

Replies

Boosts

Views

Activity

Reply to How can I achieve this effect using SwiftUI or ShaderGraph?
Here is What I have tried. But it seems the right edge is gray. I have achieved this using SwiftUI. It works great.
Topic: Spatial Computing SubTopic: General Tags:
Replies
Boosts
Views
Activity
Feb ’25
Reply to SwiftUI List hidden line separator not working
You need to use listRowSeparator for Text in the List rather than the List. List (myList, id: \.self) { list in Text(list) .listRowSeparator(.hidden) } .listStyle(.plain)
Topic: UI Frameworks SubTopic: SwiftUI
Replies
Boosts
Views
Activity
Sep ’24
Reply to RealityKit VideoMaterial not respecting compositing instructions
Hello Mike. How do you update the drawableTextureManager.textureResource or DrawableQueue using video frames? Would you mind share your snippet? Thanks
Topic: Graphics & Games SubTopic: RealityKit Tags:
Replies
Boosts
Views
Activity
Aug ’24
Reply to RealityKit visionOS anchor to POV
It's still unworkable in visionOS 2.0. I want to use AnchorEntity(.head) than WorldTrackingProvider with queryDeviceAnchor
Topic: Graphics & Games SubTopic: RealityKit Tags:
Replies
Boosts
Views
Activity
Jun ’24