slmille4
slmille4
Has anyone had any luck using this technique for raycasting? I'm pretty sure "allowing: .estimatedPlane, alignment: .any" for the raycastQuery is supposed to be the equivalent for .existingPlaneUsingExtent, but the...
RingBuffer has been extremely helpful, but I've noticed that turning on Address Sanitizer leads to a fatal error related to the buffer when run on a device. Oddly that doesn't...
On line 166 in TempiFFT.swift, the call should be analysisBuffer.withUnsafeBufferPointer { $0.baseAddress!.withMemoryRebound(to: DSPComplex.self, capacity: analysisBuffer.count) { vDSP_ctoz($0, 2, &complexBuffer, 1, UInt(halfSize)) } } that should help get vDSP_ctoz working again