Hello,
I am looking for some assistance in displaying ArcGIS Pro Point data in 3D in Unity. So far I have been able to visualize two distinct layers in Unity
I am really happy with these results and can view in a VR headset. What I would like to do next is display my 2D point data that is currently an image tile as some form of 3D data. This is because it is difficult to see the 2D image tiles underneath the 3DObject data.
I tried following a similar process of making the points 3D by using the extrude tool. However, the data type still remains as a point even though it is displaying in 3D. This means I cannot convert it to a feature class (for the multipatch type) and then a 3D Object Scene Layer.
So the Question becomes, does anyone know a workflow for going from point > 3D Object Scene Layer?
Thanks for the help,
Nick
Solved! Go to Solution.
Hi Nick,
Check out this post/thread.
EDIT: The ArcGIS Pro doc is a good resource, but it does helps if you already have some familiarity with 3D data in the ArcGIS ecosystem. The 3D Analyst extension is useful to do some of this data creation/conversion especially in bulk.
Good luck,
-Cory
Hi Nick,
Check out this post/thread.
EDIT: The ArcGIS Pro doc is a good resource, but it does helps if you already have some familiarity with 3D data in the ArcGIS ecosystem. The 3D Analyst extension is useful to do some of this data creation/conversion especially in bulk.
Good luck,
-Cory
Hi Cory,
Thanks for your response and the link to your post! I thought I had a good dig around the forum to see if a similar post existed but I somehow missed yours. I will ask any further questions I have in your original post.
Nick