BillboardDistance Property

Usage:
   GeometryTemplate.BillboardDistance number

Argument values:

argument 1:    range is 50 to 150; most commonly 50

Description: This property sets the distance at which the billboard representation of the object is used to represent it. When close up to an object, its geometry is used, else its billboard is used. See Billboard.

Related properties: Billboard

Used in object types (always present 100% of the time): TreeMesh

Used in a total of 128 .con files: Geometries.con

Parent directories of these .con files: objects/Vegetation, objects/Buildings

Example: (from objects/Vegetation/Common/Jungle_plant18_M1/Geometries.con)
   GeometryTemplate.Create TreeMesh Jungle_plant18_M1
   GeometryTemplate.File Jungle_plant18_M1
   GeometryTemplate.Billboard 1
   GeometryTemplate.BillboardDistance 50


Go to the GeometryTemplate properties list page, GeometryTemplate page, All Properties list, or Main scripting page.