Post

Replies

Boosts

Views

Activity

Comment on Why VideoMaterial can't show transparency on Apple Vision Pro
I find How to replicate this problem: using a VideoCustomCompositor in AVPlayer let asset = AVURLAsset(url: Bundle.main.url(forResource: "Hand", withExtension: "mov")!) let composition = try await AVMutableVideoComposition.videoComposition(withPropertiesOf: asset) composition.customVideoCompositorClass = VideoCustomCompositor.self let playerItem = AVPlayerItem(asset: asset) playerItem.videoComposition = composition let player = AVPlayer(playerItem: [playerItem)]
Topic: Spatial Computing SubTopic: General Tags:
3d