# 10-26 Oct Update

### :rocket: Major Features

* Viewer
  * VR mode supports Point to action
  * VR mode supports animations during scene transitions
  * VR mode supports scene offset rotations

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

* Editor
  * Deprecated: Height from text elements
  * Deprecated: width/height/depth from cylinder
  * Improved updates from number/decimal properties
* Viewer
  * Deprecated: Scene pitch correction. All scene pitch correction in scene gets converted into point to rules automatically.

### :bug: Bug Fixes

* Editor
  * Gracefully handling all resource failures to remove any unwanted crashes
  * Fixed errors while adding new text elements
  * Updates to experience can be viewed correctly in the preview/view links. Experience data/cache gets updated correctly.
  * Correct updates to deployment authentication
* Viewer
  * Disallow rotation using mouse scroll when gyro lock is enabled in a scene
  * Fixed text input in comments to clear text on submit and prevent text clipping
* Portal
  * Fixed new project creation flow.


---

# 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/2021/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.
