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

Error trying to import PLY file created with MagicaCSG #133

Open
Wiering opened this issue Feb 12, 2022 · 0 comments
Open

Error trying to import PLY file created with MagicaCSG #133

Wiering opened this issue Feb 12, 2022 · 0 comments

Comments

@Wiering
Copy link

Wiering commented Feb 12, 2022

Using the newest Windows version, I get the following error while trying to import a PLY file created using MagicaCSG:

PLY file
"D:\Temp\cube.ply" does not contain vertex indices!

This is what the header looks like:

ply
format ascii 1.0
comment : MagicaCSG @ Ephtracy
element vertex 216
property float x
property float y
property float z
property uchar red
property uchar green
property uchar blue
element face 104
property list uchar int vertex_index
end_header
446.992 448 255 153 204 255
446.992 449 255 153 204 255
447 448 254.992 153 204 255
...

Example file (using .txt as uploading .ply is not supported):
cube.ply.txt

@Wiering Wiering changed the title Error trying to import PLY file created by MagicaCSG Error trying to import PLY file created with MagicaCSG Feb 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant