浏览代码

Update Phase2.md

/main
GitHub 4 年前
当前提交
18c20e7c
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 4
      com.unity.perception/Documentation~/Tutorial/Phase2.md

4
com.unity.perception/Documentation~/Tutorial/Phase2.md


Steps included this phase of the tutorial:
- [Step 1: Build a Lighting Randomizer](#step-1)
- [Step 2: Bundle Data and Logic Inside Randomization Tags](#step-2)
- [Step 2: Bundle Data and Logic Inside RandomizerTags](#step-2)
### <a name="step-1">Step 1: Build a Lighting Randomizer</a>

* **Action**: Run the simulation for a few frames to observe the lighting color changing on each iteration.
### <a name="step-2">Step 2: Bundle Data and Logic Inside Randomization Tags</a>
### <a name="step-2">Step 2: Bundle Data and Logic Inside RandomizerTags</a>
You may sometimes need to bundle certain randomization-related data or logic within an object that are inherent to the object itself. For instance, you may have multiple lights in the Scene but would like each of them to have their own unique range of intensities. It would be quite tedious to add a new Parameter to your light Randomizer for each of your lights. Furthermore, this would make your light Randomizer excessively tailored to one use-case, limiting the Randomizer's reusability.

正在加载...
取消
保存