Version: 2022.3
LanguageEnglish
  • C#

TreeMotionVectorModeOverride

enumeration

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

Options for motion vector rendering on the terrain.

Properties

CameraMotionOnlyUse only camera movement to track motion for all SpeedTree models painted on the terrain.
PerObjectMotionUse a specific pass to track motion for all SpeedTree models painted on the terrain.
ForceNoMotionDon't track motion for SpeedTree models painted on the terrain. Note that models are still rendered in the object motion vector pass, so the CPU performance is similar to `Per Object Motion`.
InheritFromPrototypeFor each SpeedTree model painted on the terrain, inherit the motion vector rendering mode from the import settings, instead of a terrain-global value.