railroad.rail.mesh

Members

Aliases

RailVertexT
alias RailVertexT = VertexPosColor!(float, 3, ubyte, 3)
Undocumented in source.

Functions

makeRailMesh
void makeRailMesh(BlockEntityMeshingData meshingData)
Undocumented in source. Be warned that the author may not have intended to support it.
putRailMesh
void putRailMesh(Sink sink, ivec3 chunkPos, RailData data)
Undocumented in source. Be warned that the author may not have intended to support it.
putRailPreview
void putRailPreview(Buffer!ColoredVertex buffer, RailPos railPos0, RailPos railPos1, CubeSide side0, CubeSide side1, bool flipEndOffset, Colors color)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

railMeshes
RailVertexT[][3] railMeshes;
Undocumented in source.

Variables

meshSizes
ivec3[3] meshSizes;
Undocumented in source.

Meta

Authors

Andrey Penechko.