HowTo/Bridge/mesh-table

From TrainzOnline
< HowTo | Bridge(Difference between revisions)
Jump to: navigation, search
 
Line 1: Line 1:
mesh-table
+
 
 +
== mesh-table ==
 +
 
 
'''This tag is compulsory'''
 
'''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
 
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 has 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.
+
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 {
 
mesh-table {
Line 13: Line 15:
 
  }
 
  }
 
   
 
   
  [[/initiatior/]]
+
  [[/initiator/]]
 
  {
 
  {
   [[/mesh initiatior/ |mesh]]                                "hoted_bridge_1_start\hoted_bridge_1_start.im"
+
   [[/mesh initiator/ |mesh]]                                "hoted_bridge_1_start\hoted_bridge_1_start.im"
 
  }
 
  }
 
   
 
   

Latest revision as of 09:10, 10 February 2022

[edit] 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