# 10-26 Oct Update

### :rocket: Major Features

* **DRACO** compressed models are now supported. This allows you to use models that are highly optimized for the web. Learn more about DRACO compression [here](https://google.github.io/draco/).
* The **Control Panel** underwent an upgrade. You now get "Fullscreen", "VR mode", "Reset rotation" neatly tucked into it. Comments too have been moved inside. It's also now easier to join calls.

<figure><img src="/files/E6XLUbwtvGsCFPjuCWxg" alt=""><figcaption><p>New Control Panel</p></figcaption></figure>

* **Branding section** now contains logo, metadata and support message options

<figure><img src="/files/vSWFHhFyIP1tIX8iRJul" alt=""><figcaption><p>New Branding Section</p></figcaption></figure>

### :arrow\_double\_up: Minor Improvements

* Added ability to **purchase credits** from the billing page
* **Performance upgrade** for the editor. This was a major internal rewrite of the editor. The editor should now feel "snappier"

### :bug: Bug Fixes

* Docs links in the editor fixed
* Fixed an issue with USDZ generation for 3D models
* Fixed miscellaneous crashes when modifying elements like quiz and actionbar
* Fixed issues with removing users from the Team Members list
* Fixed issues with invalidation of user invites


---

# 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.gmetri.com/features/release-notes/2022/10-26-oct-update.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.
