

本文為英文版的機器翻譯版本，如內容有任何歧義或不一致之處，概以英文版為準。

# 在截止日期雲端上渲染 V-Ray 獨立場景
<a name="examples-jb-vray-render"></a>

[vray\_render](https://github.com/aws-deadline/deadline-cloud-samples/tree/mainline/job_bundles/vray_render) 任務套件會為截止日期雲端建立 V-Ray 轉譯任務。

若要執行此套件，您需要：
+ 託管在 conda 頻道上的 V-Ray conda 套件。使用範例儲存庫中的 [V-Ray conda 配方](https://github.com/aws-deadline/deadline-cloud-samples/tree/mainline/conda_recipes/vray)來建置套件。
+ 範例`.vrscene`檔案及其相依性。[Chaos ENVISION 文件範例](https://docs.chaos.com/display/ENVISION/Sample+Scenes)包含範例場景 01 中的`.vrscene`檔案。

使用 GUI 提交者提交套件：

```
deadline bundle gui-submit vray_render
```

或從 CLI 提交 Chaos ENVISION 範例：

```
SAMPLE_DIR={{path-to-sample}}
deadline bundle submit vray_render \
    -p VraySceneFile="$SAMPLE_DIR"/Building.vrscene \
    -p InputAssetDir="$SAMPLE_DIR"/Building.data
```

如需所有自訂選項，請參閱 Chaos [V-Ray 獨立命令列選項](https://docs.chaos.com/display/VNS/V-Ray+Standalone+Command+Line+Options)文件。