# Feature: Improved GLTF Importer

#### <mark style="color:red;background-color:red;">**THIS BRANCH HAS BEEN RELEASED AND IS PART OF THE REGULAR VERSION OF OPEN BRUSH**</mark>

#### Status: Released

## Download

This feature has now been merged into the main release

### What does it do?

The current GLTF import in Open Brush fails to open many valid GLTF files. This feature build replaces it with a much more up to date library [GLTFast](https://github.com/atteneder/glTFast)

### What's it good for?

Importing a wide range of GLTF files into Open Brush including animated models.

### How do I install it?

This is now part of the regular release of Open Brush

### How do I use it?

Just import gltf models as you normally would.

### Known Issues

* There's no way to control the animation for animated models and selecting them can sometimes be tricky.

## How do I get help

Come over to the [Open Brush Discord](https://discord.openbrush.app) and chat to me ( @andybak#5425 ). I'm on UK time (currently UTC+1) but I check in fairly regularly.

### Can I see it in action?

Not yet.


---

# 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.openbrush.app/alternate-and-experimental-builds/old-or-completed-feature-builds/new-gltf-importer.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.
