HowTo/Bridge/casts shadows
From TrainzOnline
(Created page with " == casts_shadows == '''This is a required tag''' Defines whether or not the shadows are cast. 0 = shadows off 1 = shadows on If shadows are on there needs to be a bridge...") |
Revision as of 14:36, 9 February 2022
casts_shadows
This is a required tag
Defines whether or not the shadows are cast.
0 = shadows off
1 = shadows on
If shadows are on there needs to be a bridge_shadow.im model, for the bridge spline model, and the initiator and terminator segments (if they are used). Below is a example of what would be need to be added to the mesh table if you are going to have meshes for the bridge sections -
mesh-table {
default
{
mesh "bridge.im"
}
initator
{
mesh "bridge_start\bridge_start.im"
}
terminator
{
mesh "bridge_end\bridge_end.im"
}
shadow
{
mesh "bridge_shadow\bridge_shadow.im"
}
initiator-shadow
{
mesh "bridge_start\bridge_start_shadow.im"
}
terminator-shadow
{
mesh "bridge_end\bridge_end_shadow.im"
}
}