Metal-Point-Cloud icon indicating copy to clipboard operation
Metal-Point-Cloud copied to clipboard

A point-cloud made from 3d data with Metal.

Results 3 Metal-Point-Cloud issues
Sort by recently updated
recently updated
newest added

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,能告诉这个是什么问题吗?