> For the complete documentation index, see [llms.txt](https://docs.blippar.com/blippbuilder-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.blippar.com/blippbuilder-documentation/blippbuilder/blippbuilder-desktop/assets-and-3d-objects.md).

# Assets and 3D Objects

## Introduction

Blippbuilder provides in-built 3D objects, widgets and is also integrated with Sketchfab providing the users the options to choose from an array of 3D models to utilise in creation of projects.

## Type of Assets and 3D Objects

The following are the types of assets and 3D objects supported within Blippbuilder. Navigate to the left panel of the Blippbuilder Design Canvas:

* **Widgets:** In-built widgets such as 'Empty Sprite', 'Text', 'Cylinder Map' and 'Sphere Map' is included.
* **3D library:** An array of various in-built 3D objects such as 'Cylinder', 'Cone', 'Sphere' etc is included.
* **Lights:** Various types of lighting widgets such as 'Ambient Light', 'Direct Light', 'Point Light', and 'Spot Light' is included
* **Your Library:** All assets uploaded into Blippbuilder or downloaded from Sketchfab will appear in this section

## Upload Assets

There are two options to upload assets into Blippbuilder:

* [Upload Assets from System](#upload-assets-from-system)
* [Download Assets from Sketchfab](#download-assets-from-sketchfab)

### Upload Assets from System

Follow the steps below to upload assets into Blippbuilder:

* Click the <img src="/files/uJHBDCAYUtpRK6yollIn" alt="" data-size="line"> icon from 'Your Library' to add an asset
* Click 'Browse and Upload' and choose the asset you would like to upload from you system.
* Click 'Continue' and your asset will be added to 'Your library'

<figure><img src="/files/xZOEoF1zGUpqf4jirZr3" alt=""><figcaption><p>Browse and Upload</p></figcaption></figure>

### Download Assets from Sketchfab

* Click the <img src="/files/uJHBDCAYUtpRK6yollIn" alt="" data-size="line"> icon from 'Your Library' to add an asset
* Click 'Sketchfab' and choose the asset you want to download into 'Your Library'
* You can apply filters based on relevance or animation. You can also verify the asset details such as size, copyright information etc by choosing an asset.&#x20;

<figure><img src="/files/wZhB9CpB7Pnt8SAdA4fm" alt=""><figcaption><p>SketchFab</p></figcaption></figure>

* Click 'Import' on a chosen asset and it will get added to 'Your Library'

<figure><img src="/files/5f1Vw7n9tuAwD2nmaZCI" alt=""><figcaption><p>Import</p></figcaption></figure>

## Tutorial

Refer tutorial video for more information:

{% embed url="<https://www.youtube.com/watch?t=50s&v=s8LoRrsMwTQ>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.blippar.com/blippbuilder-documentation/blippbuilder/blippbuilder-desktop/assets-and-3d-objects.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
