Legacy Documentation: Version 4.6(go to latest)
Language: English
  • C#
  • JS
  • Boo

Script language

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

Terrain.treeBillboardDistance

Switch to Manual
public var treeBillboardDistance: float;

Description

Distance from the camera where trees will be rendered as billboards only.

Decreasing this value improves performance but makes the transition look worse because the difference between billboards and trees will be more obvious.

	function Start () {
		Terrain.activeTerrain.treeBillboardDistance = 100;
	}