Rendering XYZ files via Azure Remote Rendering

Dineth Dissanayake 11 Reputation points
2023-01-25T07:09:55.35+00:00

Looking to render xyz files through Azure Remote Rendering onto a Hololens 2.

Running into an issue when rendering the model in ARRT renderers nothing.

However, I can view it fine through Google Earth Pro.

Is there some conversion setting I'm missing? Or is there a preprocessing step that needs to happen before uploading to Azure?

Azure IoT
Azure IoT
A category of Azure services for internet of things devices.
378 questions
Azure Remote Rendering
Azure Remote Rendering
An Azure service that renders high-quality, interactive three-dimensional content and streams it to edge devices in real time.
32 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Jan Krassnigg 91 Reputation points
    2023-01-25T08:40:14.9333333+00:00

    I'm not sure whether .xyz supports triangles as well, but ARR only supports .xyz files for point clouds:

    [https://learn.microsoft.com/en-us/azure/remote-rendering/overview/features/point-cloud-rendering

    For triangle meshes use .gltf or .fbx.

    If your .xyz file does contain point cloud data, and it's still not working, please file a bug report:

    [https://github.com/Azure/azure-remote-rendering/issues

    If possible, attach a sample .xyz file that we can try out.

    1 person found this answer helpful.