# Cesium 3D Tileset export

This guide explains how to stream point cloud data from LumiDB into any software that supports Cesium 3D Tileset streaming.

{% embed url="<https://youtu.be/QsMQN4oL1c0>" %}

### **Get 3D Tileset URL for full datasets**

<div align="left"><figure><img src="/files/8YraIh5ZuiFphTqnzD1R" alt="" width="563"><figcaption></figcaption></figure></div>

1. In the *Datasets* menu, select the datasets you want to export

<div align="left"><figure><img src="/files/aTxYOHgkuGBNHAoi4YyK" alt="" width="490"><figcaption></figcaption></figure></div>

2. From the top menu, click *Share* and then *Copy tileset URL*. This copies the tileset link to your clipboard.
3. Save the link for later use or paste it directly into your target software by following instructions in [#streaming-in-external-software](#streaming-in-external-software "mention").

### **Get 3D Tileset URL for filtered or cropped datasets**

1. Follow the instructions in [Merging, cropping, and filtering datasets](/user-guides/merging-cropping-and-filtering-datasets.md).&#x20;

<div align="left"><figure><img src="/files/6EYdxkopMeovlNKPzvV1" alt=""><figcaption></figcaption></figure></div>

2. In the *Area crop* panel, click *Share* and then *Copy tileset URL*. The link will be copied to your clipboard for use in external tools. Follow instructions in [#streaming-in-external-software](#streaming-in-external-software "mention").

### **Streaming in external software**

LumiDB supports point cloud streaming into any application that supports Cesium 3D Tilesets. To enable this, you'll need a personal API key for authentication. Contact <support@lumidb.com>\
to request your key.

This example uses the [6DPlanner](https://www.6dplanner.com/) software.

<div align="left"><figure><img src="/files/nhRPt0YTEFdmQ0L0tEy4" alt="" width="410"><figcaption></figcaption></figure></div>

1. In 6DPlanner, open *Data Tree* → *Add datasets*.
2. Select the *Tiles* option.

<div align="left"><figure><img src="/files/3myxaH0H1OMu5YzQya9J" alt="" width="563"><figcaption></figcaption></figure></div>

3. Required fields:
   1. **Linkki:** Paste the 3D Tileset URL copied earlier
   2. **Käyttäjänimi:** Use `apikey`
   3. **Salasana:** Enter your personal API key
4. Click *Add dataset* to start streaming.

{% hint style="info" %}
*Note:* In 6DPlanner, the *Name* and *Resolution multiplier* fields are specific to the application. Refer to 6DPlanner documentation for recommended values.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.lumidb.com/user-guides/cesium-3d-tileset-export.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
