Software Archive
Read-only legacy content
17060 Discussions

PointCloud (UnityToolkit Sample 6) and colored mesh

yosun
Innovator
629 Views

 

Is there a way to obtain this data as a Texture2D and gameObject mesh? 

0 Kudos
3 Replies
Xusheng_L_Intel
Employee
629 Views

I will check with my colleague and see if it is feasible and easy to implement. Thanks!

0 Kudos
Amit_M_Intel
Employee
629 Views

Hi Yosun,

In the sample, we are building a mesh from the point cloud, and setting the RGB image as it's texture.

You can take a look at the scripts "PointCloudViewer.cs" and "DrawImages.cs"

Thanks,

Amit

0 Kudos
yosun
Innovator
629 Views

Hi Amit, the provided Texture does not seem to have the right texture/uv mapping - as seen when you turn on the "use UV map" in both "PointCloudMesh - no color mapping" and "PointCloudMesh - with Color mapping" 

The current video-output to UVmap seems to both flip and tile the video (randomly? - the borders do not seem consistent) 

 

0 Kudos
Reply