-
Notifications
You must be signed in to change notification settings - Fork 209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PLY File Not Rendering in Scene Despite No Errors – Possible Material Issue #395
Comments
Could you share the .ply? |
I use the ply files from "https://www.artec3d.com/3d-models/ply" |
These don't contain the proper data (no splats)
|
So, is it possible to show this file using Gaussian Splat 3D? |
All ply parsers have 'x', 'y' and 'z', but require the other props to be present (INRIAV2PlyParser.js) as expected/needed :) The viewer offers a toggle between splats/points, still the point representation is based on splat props. |
Is it impossible to show like these PLY files by using GaussianSplats3D.Viewer? |
Yes, I believe so. |
Thank you for your help. |
I'm just an enthousiast of this repo :) |
Discussed in #394
Originally posted by Gemstone-t December 16, 2024
I am encountering an issue when trying to load a PLY file into my scene. The file loads without any errors in the console, but nothing appears in the scene. I have confirmed that the PLY file can be successfully opened and viewed using 3D Viewer, so the file itself seems fine.
I suspect the issue might be related to the lack of material or color information in the PLY file, which could be why nothing is visible.
Could someone please help me resolve this issue? I would appreciate any guidance as soon as possible.
The text was updated successfully, but these errors were encountered: