Romain
Romain
Delete the derived data to get it working again.
You need to set the 360 video as material of a sphere. > On 11 Oct 2018, at 19:39, Hamza Imran wrote: > > Thanks for your reply, i have...
Bruce, to mask the sphere, add another one that is just 1mm bigger and make sure its rendering order is lower than the video one. Then pass an empty array...
add this extension instead: import OpenAISwift import Foundation extension ChatMessage: Identifiable, Equatable { public var id: UUID { return UUID() } public func hash(into hasher: inout Hasher) { hasher.combine(id) }...