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

Pointsets and ISO exports #224

Open
npolys opened this issue Oct 9, 2017 · 3 comments
Open

Pointsets and ISO exports #224

npolys opened this issue Oct 9, 2017 · 3 comments

Comments

@npolys
Copy link

npolys commented Oct 9, 2017

It would be worthwhile to test the X3D / VRML exporter for this use case:

Several ISSUES:

I loaded a .ply from CloudCompare (originally a .las); it has colors per vertex .

1 = syntax ] for .wrl, a point cloud gets exported as an IndexedFaceSet node (rather than a PointSet)
[ the other attributes like creaseAngle and solid are not needed for PointSets]
In the X3D export, there is a PointSet, but also an empty IndexedFaceSet

2 = data ] wrl and X3D export are broken, with some loop only writing out points in discrete rows.

@npolys
Copy link
Author

npolys commented Oct 11, 2017

RE #2
I believe that when exporting a point cloud as a 'mesh',
it is not dumping all the points (colors and normals), only those in discrete rows and columns of x y z
.... this appears to be true for .wrl, .x3d, and .json

.ply export of point clouds w colors and normals seems to work as expected (proven by round-tripping a file)

@stale
Copy link

stale bot commented Jun 19, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants