aboutsummaryrefslogtreecommitdiff
path: root/assets/blender/ks/signal_ks_splt.blend1
diff options
context:
space:
mode:
authororwell96 <orwell@bleipb.de>2021-02-10 18:27:09 +0100
committerorwell96 <orwell@bleipb.de>2021-02-10 18:27:09 +0100
commit96bb7d5e7edfde49f639f797ed71087d70470386 (patch)
treebfbd786b2a5e8449391770ca772144a281cc923d /assets/blender/ks/signal_ks_splt.blend1
parent0859e50c6ea514dd5329ecc12581e0b01d1c981e (diff)
downloadadvtrains-96bb7d5e7edfde49f639f797ed71087d70470386.tar.gz
advtrains-96bb7d5e7edfde49f639f797ed71087d70470386.tar.bz2
advtrains-96bb7d5e7edfde49f639f797ed71087d70470386.zip
LZB: don't look ahead past red signal
Diffstat (limited to 'assets/blender/ks/signal_ks_splt.blend1')
0 files changed, 0 insertions, 0 deletions
an class="hl opt">(const TileLayer &layer) : layer(layer) {} }; struct MeshCollector { std::array<std::vector<PreMeshBuffer>, MAX_TILE_LAYERS> prebuffers; // clang-format off void append(const TileSpec &material, const video::S3DVertex *vertices, u32 numVertices, const u16 *indices, u32 numIndices); void append(const TileSpec &material, const video::S3DVertex *vertices, u32 numVertices, const u16 *indices, u32 numIndices, v3f pos, video::SColor c, u8 light_source); // clang-format on private: // clang-format off void append(const TileLayer &material, const video::S3DVertex *vertices, u32 numVertices, const u16 *indices, u32 numIndices, u8 layernum, bool use_scale = false); void append(const TileLayer &material, const video::S3DVertex *vertices, u32 numVertices, const u16 *indices, u32 numIndices, v3f pos, video::SColor c, u8 light_source, u8 layernum, bool use_scale = false); // clang-format on PreMeshBuffer &findBuffer(const TileLayer &layer, u8 layernum, u32 numVertices); };