> For the complete documentation index, see [llms.txt](https://community.threekit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://community.threekit.com/releases/2021/2021.7.0-march-26-2021.md).

# 2021.7.0 - March 26, 2021

Environments

`Preview`, `Admin-FTS`

###

### Platform

Default Stages can now be set on a per Catalog Item basis directly in a Catalog Item. Edit any Catalog Item and set the optional Item Stage reference.<br>

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

The Default Stage is used for Interactive 3D and Virtual Photographer but can be overridden client-side and on the Render screen.

Stages can now be set and are respected in the following order:

1. Player embed parameter
2. Individual Catalog Item
3. Organization default in Player Settings

### Interactive 3D

Sheen support for WebGL has been updated and standardized to match the gLTF 2.0 standard to better represent cloth and fabric in real-time 3D. Sheen can be enabled and configured in Material assets:<br>

<figure><img src="/files/DXxYExVmVEApvGEhu6b1" alt="" width="521"><figcaption></figcaption></figure>

#### Exports

STEP exports have been optimized for size by \* 40% by reusing identical parts instead of exporting them individually and by converting to polygons where applicable.

\**Savings dependent on asset structure.*

### Cases

* GL6715 - 3D zoom disabled by default
* GL6123 - Entering wrong password still bring ups MFA prompt
* GL6734 - Image player doesn't initialize properly if you set a new configuration right after player init
* GL6705 - Platform slow to launch renders
* GL6503 - VFB is not render
* GL6726 - Unable to use composite service
* GL5093 - Threekit Player is not Salesforce Locker Compliant
* GL6617 - The attributes named with TK prefix are getting the wrong naming convention on import
* GL6621 - Reimporting a Vray material with a property removed will fail
* GL6616 - Vrscene import ignores nodes connected to VrayBlend material -> Blend Amount
* GL6695 - Raycast incorrectly detecting nested model position


---

# 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://community.threekit.com/releases/2021/2021.7.0-march-26-2021.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.
