Search found 6 matches
- Mon Aug 19, 2019 2:59 am
- Forum: Questions
- Topic: Substitute each point with a cube/sphere?
- Replies: 1
- Views: 2484
Substitute each point with a cube/sphere?
Rather than convert a point cloud into a surface, I need to substitute each point with simple geometry like a cube or low-poly sphere. (My cloud object is volumetric, and I need to use this technique to create an OBJ a placeholder within a software that does not support point clouds.) Is there any w...
- Mon Jul 29, 2019 10:44 pm
- Forum: Questions
- Topic: Translating RGB info from a bitmapped OBJ to PLY points?
- Replies: 3
- Views: 3912
Re: Translating RGB info from a bitmapped OBJ to PLY points?
Just to follow up, I found there was a problem with the original mesh that was throwing off the UVs to cause this color disparity problem. CloudCompare wasn't a factor. :-)
Would love to see a "cloud from vertex" option in the future.
Would love to see a "cloud from vertex" option in the future.
- Sun Jul 28, 2019 9:25 pm
- Forum: Questions
- Topic: Translating RGB info from a bitmapped OBJ to PLY points?
- Replies: 3
- Views: 3912
Re: Translating RGB info from a bitmapped OBJ to PLY points?
Hi Daniel, Thanks for the quick reply, and verifying that CloudCompare is not doing any gamma adjustments. (Perhaps it's happening in Meshlab...) Unfortunately, it's important that I sample only the vertices from the mesh for this project. So CloudCompare doesn't currently have a way of creating a c...
- Sat Jul 27, 2019 11:00 pm
- Forum: Questions
- Topic: Translating RGB info from a bitmapped OBJ to PLY points?
- Replies: 3
- Views: 3912
Translating RGB info from a bitmapped OBJ to PLY points?
I need to go from an mesh object with a bitmap to a PLY with colored points that correspond to the bitmap. Is it possible to transfer the RGB information from the bitmap to the vertices and then save that out as a colored point cloud? I tried importing the textured OBJ into MeshLab, tranfering from ...
- Thu Jan 17, 2019 9:18 pm
- Forum: Questions
- Topic: Mesh vertex to point cloud conversion?
- Replies: 2
- Views: 7851
Re: Mesh vertex to point cloud conversion?
Edit: Ah, so it was as simple as saving as .ply with the vertices selected! No sampling needed. Cool, thanks.
- Thu Jan 17, 2019 2:47 am
- Forum: Questions
- Topic: Mesh vertex to point cloud conversion?
- Replies: 2
- Views: 7851
Mesh vertex to point cloud conversion?
I need to convert all the vertices of a mesh to points in a point cloud. (Ideally a PLY file, or what a PLY could be converted from.) The colors from the mesh's vertex color channel or texture map must also transfer to the resultant point cloud's colors. CloudCompare allows conversion of a mesh to a...