scier / MetalSplatter

Render Gaussian Splats using Metal on Apple platforms (iOS/iPhone/iPad, macOS, and visionOS)
MIT License
272 stars 35 forks source link

Fix issue with some ply files by removing normal #9

Closed elrid closed 7 months ago

elrid commented 7 months ago

The same issue was reported here: https://github.com/scier/MetalSplatter/issues/7

scier commented 7 months ago

7 was a "Compressed PLY" file and would need a whole lot more changes to support it than just the normals. Do you have a sample PLY file that's causing you a problem, which this fixes? And could you create a new issue for it?