> For the complete documentation index, see [llms.txt](https://learn.tvori.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.tvori.co/gizmos.md).

# Gizmos

[Menu](/main-menu.md) / Activate the gizmos / Select an object

Select an object first and the gizmos should appear on the sides of the object.

In Tvori there are 3 Gizmo modes - Bound, Classic and Rectangular.&#x20;

![](/files/-MSESsXWB8Zh6XcJ1w-v)

###

Moreover it's possible to choose the coordinates system for gizmo operation: Local or World.

![](/files/-MSEWWqyj3blORiRaVQg)

Try out to switch between gizmo modes on the fly with a button on the controller.

![](/files/-MSEYT0hhiPAWQ9NCg70)

### Bound-bazed Gizmos

Switch between Move, Rotate, and Scale Gizmos by hovering over one of the gizmos controls. Wait until the switch pad appears and choose on of the modes on the left or you can use button on the controller as well.

### &#x20;**Classic gizmo mode**

Classic mode provides the control of scale, axis rotation, and intuitive snapping. You are enabled to use all three functions at once! These improvements enhance accuracy and make object's controlling fast and easy.

![](/files/-MSEWzLrJ5ZWVRZ5LfFv)

Moreover, in the Classic gizmo mode there's a new additional function of a proportional scale mode.

![](/files/-MSEX8FG10_Ybg3lEvv9)

### &#x20;Rectangular gizmo mode

This mode will be mostly useful and convenient for working with interfaces and buttons. Besides that, you can modify sizes quickly by using all three axes. We also added a new disproportionate scaling mode to Classic gizmo.

In general, the rectangular mode simplifies the process of scaling objects, which are disproportional along any of the axes or the ones, which are proportional along three axes at once.

![](/files/-MSEXdGp2aMPZ3J1BpZF)


---

# 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://learn.tvori.co/gizmos.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.
