> For the complete documentation index, see [llms.txt](https://docs.theiamarkerless.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.theiamarkerless.com/theia3d-documentation/theia3d-dropdown-menus/settings-menu/rendering-preferences.md).

# Rendering Preferences

<figure><img src="/files/HYbgYNans7hRG1aE7MYp" alt=""><figcaption><p>Preference pane Rendering tab</p></figcaption></figure>

The Rendering preferences pane contains options for how the data are rendered and played back.

***

### **Playback**

<figure><img src="/files/IOkYpOYDOSesCRbXqf9e" alt=""><figcaption></figcaption></figure>

Playback rate during continuous playback. A value of 1 will show every frame, 2 will show every other frame, etc.

**Default:** 1

***

### **Skeleton Alpha**

<figure><img src="/files/Voyab5vQ4B9S3LRCd3X1" alt=""><figcaption></figcaption></figure>

Set the opacity of the skeletons, 3D segments, and local coordinate systems rendered in the 2D views. The slider ranges from 0 (transparent) to 100 (opaque).

**Default:** 80

***

### **Render Smooth IK**

<figure><img src="/files/OSRajPIIGv11hejuuk32" alt=""><figcaption></figcaption></figure>

If selected, the filtered pose of the skeletons will be rendered. If not selected, the unfiltered pose will be rendered.

**Default:** ON

***

### Display Box Sizes

<figure><img src="/files/VoYDmoYz1YjEZUpejEVR" alt=""><figcaption></figcaption></figure>

Displays the box size for the person in the 2D views.&#x20;

**Default:** OFF

***

### Show Linked Objects

<figure><img src="/files/e3jEMWIascwh5FEL4KLU" alt=""><figcaption></figcaption></figure>

Render tracked Linked Objects (e.g. baseball bats) in the 2D and 3D views.

**Default:** OFF

***

### Linked Object Traces

<figure><img src="/files/WmyRizZ9vFlV1rbPeHbw" alt=""><figcaption></figcaption></figure>

Options: None, Sparse, Full

Render the trajectory of the Linked Object’s tip point as points (Sparse) or as a line (Full).

**Default:** None

***

### Show Free Objects

<figure><img src="/files/icg1YFXMBrgePeND3vuF" alt=""><figcaption></figcaption></figure>

Render tracked Free Objects (e.g. balls) in the 2D and 3D views.

**Default:** OFF

***

### Free Object Traces

<figure><img src="/files/LAmq9BEdp4HomLw7368x" alt=""><figcaption></figcaption></figure>

Options: None, Sparse, Full

Render the trajectory of the Free Objects as points (Sparse) or as a line (Full).

**Default:** None


---

# 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.theiamarkerless.com/theia3d-documentation/theia3d-dropdown-menus/settings-menu/rendering-preferences.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.
