

本文属于机器翻译版本。若本译文内容与英语原文存在差异，则一律以英文原文为准。

# 在截止日期云上渲染 V-Ray 独立场景
<a name="examples-jb-vray-render"></a>

 GitHub 网站上的 [ vray\_render ](https://github.com/aws-deadline/deadline-cloud-samples/tree/mainline/job_bundles/vray_render) 任务包为 Deadline Cloud 创建了一个 V-Ray 渲染作业。

要运行这个捆绑包，你需要：
+ 在 V-Ray conda 频道上托管的 conda 套餐。有关食谱，请参阅 GitHub 网站[上的](https://github.com/aws-deadline/deadline-cloud-samples/tree/mainline/conda_recipes/vray)V-Ray康达食谱。
+ 示例`.vrscene`文件及其依赖关系。有关示例场景，请参阅 Chaos 网站[上的](https://docs.chaos.com/display/ENVISION/Sample+Scenes)示例场景。ENVISION 文档中的示例场景 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 网站[上的](https://docs.chaos.com/display/VNS/V-Ray+Standalone+Command+Line+Options)V-Ray独立命令行选项。