Metal-Point-Cloud
Metal-Point-Cloud copied to clipboard
A point-cloud made from 3d data with Metal.
What are the ways to generate data formats in a project?
Thank you for this project. It has tought me a lot. It runs smoothly with the object count that it currently has, but when increasing the amount of points to...
运行报错
let positions = unsafeBitCast(positionsIn!.contents(), to: UnsafeMutablePointer.self) let _velocities = unsafeBitCast(velocities!.contents(), to: UnsafeMutablePointer.self) 这个是报错的位置,提示的错误信息如下: Thread 1: Fatal error: Unexpectedly found nil while unwrapping an Optional value 不太熟悉swift、metal,能告诉这个是什么问题吗?