OnlyUseHigestLod Property [Vietnam]

Usage:
   GeometryTemplate.OnlyUseHigestLod name

Argument values:

argument 1:    true; most commonly true

Description: This property is used exclusively in Battlefield Vietnam.

Related properties: File

Used in object types (and how often in each type): StandardMesh (2%)

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

Parent directory of these .con files: vietnamObjects/Vegetation

Example: (from vietnamObjects/Vegetation/Common/C07F_Trees_M1/Geometries.con)
   GeometryTemplate.Create StandardMesh C07F_Trees_M1
   GeometryTemplate.File C07F_Trees_M1
   GeometryTemplate.SetLodDistance 0 0
   GeometryTemplate.SetLodDistance 1 50
   GeometryTemplate.SetLodDistance 2 100
   GeometryTemplate.SetLodDistance 3 200
   GeometryTemplate.SetLodDistance 4 400
   GeometryTemplate.SetLodDistance 5 800
   GeometryTemplate.OnlyUseHigestLod true


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