Legacy Documentation: Version 2017.1 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

LODFadeMode.SpeedTree

Description

By specifying this mode, your LODGroup will perform a SpeedTree-style LOD fading scheme:

* For all the mesh LODs other than the last (most crude) mesh LOD, the fade factor is calculated as the percentage of the object's current screen height, compared to the whole range of the LOD. It is 1, if the camera is right at the position where the previous LOD switches out and 0, if the next LOD is just about to switch in.

* For the last mesh LOD and the billboard LOD, the cross-fade mode is used.

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答