AnimatedMesh Type

The AnimatedMesh object type is created by GeometryTemplate.Create.

This type defines an animated mesh, used for soldiers, tank treads, and flags.

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

Parent directories of these .con files: objects/Vehicles, objects/Soldiers, objects/Items

Example: (from objects/Vehicles/Land/Hanomag/Geometries.con)
   GeometryTemplate.Create AnimatedMesh hanomag_TrackL_M1
   GeometryTemplate.File hanomag_TrackL_M1
   GeometryTemplate.SetSkin animations/hanomag_TrackL_M1.skn

Properties used with this type of object:
   GeometryTemplate.Create
   GeometryTemplate.CullFactor
   GeometryTemplate.File
   GeometryTemplate.HasDynamicShadow
   GeometryTemplate.SetLodDistance
   GeometryTemplate.SetLodPercent
   GeometryTemplate.SetLodRange
   GeometryTemplate.SetSkin


Go to the GeometryTemplate type list page, GeometryTemplate page, All Types list, Class list, CON file list, or Main scripting page.