# 3D Tiles

3D point clouds are collections of points in 3D space. Depending on the type of sensor used, the number of points in one scan can vary greatly. As 3D sensors have evolved, the resolution of 3D scans has generally increased. Furthermore, robots and autonomous vehicles typically have multiple 3D sensors. The outputs of these sensors can then be combined into one large point cloud scan.&#x20;

High-resolution scans with hundreds of thousands of points, or even millions of points, make it easy to detect objects, but come at a cost of increased file size and compute requirements. This can become a problem when trying to label the point clouds in a browser. Due to the large file size of the point clouds, loading the point cloud files can take a long time, especially when the file is being loaded by a workforce in a region far from your data center. Displaying hundreds of thousands of points in the browser can also be taxing for the GPU, and if there are too many points, the labeling interface can become unresponsive.

To solve these issues, we've introduced an option to split your point clouds into 3D tiles. When viewing the point cloud, the application only loads the tiles which should be visible, and only loads the tiles that are close in high resolution. Thus, the point cloud can load faster, and the GPU can comfortably render all points. This approach is similar to the way Google Earth works; when you are zoomed out, the application only loads a low-resolution image of a whole area. When you zoom in, smaller high-resolution tiles are loaded automatically.

## Why use 3D tiles?

* Upload and label point clouds with **no limits on the point cloud size**
* Enable a [merged point cloud view](/how-to-annotate/label-3d-point-clouds/merged-point-cloud-view-for-static-objects.md) when labeling sequences of point clouds
* Enable the [batch mode](/how-to-annotate/label-3d-point-clouds/batch-mode-for-dynamic-objects.md) for labeling dynamic objects in point cloud sequences

## How to enable 3D tiles

This feature is currently available behind a feature flag. [Contact us](https://segments.ai/contact) if you'd like to enable 3D tiles for your point clouds.

{% hint style="info" %}
3D tiles are currently only available for 3D vector labeling tasks (cuboid, polygon/polyline, and keypoint annotation). \
\
[Contact us](https://segments.ai/contact) if you're interested in 3D tiles for point cloud segmentation.
{% 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.segments.ai/background/3d-tiles.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.
