Select to view content in your preferred language

3d tiles Ogc3DTilesLayer

212
1
Jump to solution
08-26-2024 03:45 PM
Labels (2)
AaronMorrisett
Emerging Contributor

Hello, I am trying to import several files that were constructed in lidar las format and display them in a Ogc3DtilesLayer using version 1.1 that has a tileset.json file and *.glb files.    The lidar data we have converted to this format does not include a mesh or apparently a volume for the size of the points.   I believe this to be why the files load without exception but are not visible when zooming into the extent.   Is there anyway to control the size and color that points would render when being loaded in this method. 

The lidar data we are getting is point cloud data, is Ogc3DtilesLayer capable of loading point cloud data?

We have had a file that has mesh data and textures load and draw.

We are using 200.4 version on .net framework 4.8

Thank you,

            Aaron

0 Kudos
1 Solution

Accepted Solutions
Andrew--Johnson
Esri Regular Contributor

Hi Aaron,

We only support type integrated mesh or 3d object for 3D tiles data.

https://developers.arcgis.com/net/api-reference/api/netwin/Esri.ArcGISRuntime/Esri.ArcGISRuntime.Map... 

thanks,

Andrew

View solution in original post

1 Reply
Andrew--Johnson
Esri Regular Contributor

Hi Aaron,

We only support type integrated mesh or 3d object for 3D tiles data.

https://developers.arcgis.com/net/api-reference/api/netwin/Esri.ArcGISRuntime/Esri.ArcGISRuntime.Map... 

thanks,

Andrew