# 1. VRay Requirements

This is a list of the requirements and limitations for using Vray with ThreeKit:

1. Versions: ThreeKit currently supports the following Vray versions:\
   **Vray 4.30.xx**, **Vray 5.20.20, and Vray 6.2**. Users could certainly upload vrscene files from other versions as well, and the Vray standalone will render them, but there is no guarantee that the render output will look as expected.<br>
2. 3D Software supported: The ThreeKit platform is currently offering explicit support for vrscene files exported from **Maya** and **3dsmax**. The Vray plugin is available for other applications as well, along with vrscene export support. Uploading these vrscene files from other 3D applications will work with ThreeKit, but we can not guarantee that the render output will be as expected.<br>
3. The ThreeKit platform currently supports only the **VRay CPU Production** rendering mode. GPU or Progressive rendering is not currently supported.<br>
4. Color Management: The ThreeKit platform uses linear and sRGB color management exclusively. There is no support at this time for other color management options. This means that it is important to correctly set up the Maya and 3Dsmax color management settings, along with the Vray VFB Display settings, in order to get consistent render results.<br>

   <figure><img src="https://2029237644-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8N1IA5a0lqRClKT5eQQ7%2Fuploads%2FHXQuwB0R0Ft15UO6AnDU%2FVrayRequirements_IMG1.JPG?alt=media&#x26;token=9113c287-fd39-4fb2-9261-93de99ffabbb" alt=""><figcaption><p>Recommended Maya color management settings</p></figcaption></figure>

   <div align="center"><figure><img src="https://2029237644-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8N1IA5a0lqRClKT5eQQ7%2Fuploads%2FnWGygpQHsfwjKhAhnSPf%2FVrayRequirements_IMG2.JPG?alt=media&#x26;token=90592a06-633b-41e0-8657-458a7476cabe" alt=""><figcaption><p>Recommended Vray5 VFB Display settings<br></p></figcaption></figure></div>
5. For texture formats we recommend sticking with **PNG**, **JPG** and **EXR** files. Although ThreeKit does support other formats as well for upload, there can be inconsistencies between how these other formats are read between different applications. The TIFF format is particularly sensitive to that, so we do not recommend its use.<br>
6. ThreeKit currently only supports a clean render output with transparency for vrscenes that render on a black background.\
   In order for the resulting images to come out looking clean, without edge aliasing artifacts, it is important to understand that ThreeKit only guarantees a clean result on black backgrounds for the renders where there would be transparency. There is no option at this time on ThreeKit to choose the matte color, in order to calculate the edge aliasing correctly. Any color other than black for the transparent pixels will result in visible edge aliasing, which would stand out more or less depending on the background behind the render.<br>
7. ThreeKit does not currently support **UDIM** texture setups. The best way to reproduce this effect on ThreeKit is to split the mesh into the separate components that make use of the separate textures, and use the **Template Override** operator as described in the **Vray Operators** section.


---

# 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://community.threekit.com/learn/workflows/v-ray-workflow/1.-vray-requirements.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.
