HowTo/Bridge/mesh-table

From TrainzOnline
< HowTo | Bridge
Revision as of 10:30, 9 February 2022 by Glt0145 (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

For a bridge asset a mesh table may look like this.

mesh-table {

default
{
  mesh                                "hoted_bridge_1.im"
}

prev
{
  mesh                                "hoted_bridge_1_start\hoted_bridge_1_start.im"
}

next
{
  mesh                                "hoted_bridge_1_end\hoted_bridge_1_end.im"
}

shadow
{
  mesh                                "hoted_bridge_1_shadow\hoted_bridge_1_shadow.im"
}

prev-shadow
{
  mesh                                "hoted_bridge_1_start\hoted_bridge_1_start_shadow.im"
}

next-shadow
{
  mesh                                "hoted_bridge_1_end\hoted_bridge_1_end_shadow.im"
}

}

Personal tools