HowTo/Bridge/mesh-table

From TrainzOnline
Jump to: navigation, search

mesh-table

This tag is compulsory

The mesh-table a container tag, meaning it is followed by curly brackets. The opening bracket should be on the next line for readability purposes. The closing bracket is best on the next line after the final entry. Again for readability purposes. It can have many sub container tags. I will try and explain these. Clicking on each tag will take you to further information on that tag

A bride mesh-table is more complex than a normal scenery item. The asset can have three meshes a starting mesh, a middle mesh that is repeated as the asset is stretched in the surveyour and an end mesh that completes the bridge. The For a bridge asset a mesh table may look like this.

mesh-table {

default
{
  mesh                                "hoted_bridge_1.im"
}

initiator
{
  mesh                                 "hoted_bridge_1_start\hoted_bridge_1_start.im"
}

terminator
{
  mesh                                "hoted_bridge_1_end\hoted_bridge_1_end.im"
}

}

Personal tools