Skip to content
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

Program crashes every time i import a .ply file for DLA #12

Open
arlorostirolla opened this issue Nov 30, 2023 · 1 comment
Open

Program crashes every time i import a .ply file for DLA #12

arlorostirolla opened this issue Nov 30, 2023 · 1 comment
Labels
question Further information is requested

Comments

@arlorostirolla
Copy link

Hello,
When i try to import a .ply file from the data settings the program crashes with no error. I have tried both Binary and ASCII .ply files. Is there anything i am missing with this?

@BrutPitt BrutPitt added the question Further information is requested label Feb 5, 2025
@BrutPitt
Copy link
Owner

BrutPitt commented Feb 5, 2025

The PLY import of glChAoSP is very restricted: it imports ONLY vertex (x, y, z), that I use as points p(x, y, z), and colors (r, g, b) or (r, g, b, a)
Secondly, I use a library (tinyPLY) to load the PLY, from which I select the parameters to be imported
The Export works in same way: it export only point clouds p(x, y, z) and color.

So you should be more specific on the file to be imported: parameters structure

Here a discussion on how to import in blender the point clouds generated by glChAoS.P, thanks to blender plugin Point Cloud Visualizer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants