1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Add firelike drawtype

This commit is contained in:
TriBlade9 2014-09-20 07:37:40 +08:00 committed by ShadowNinja
parent b5a6bf2068
commit 9a685a4f2e
6 changed files with 169 additions and 1 deletions

View file

@ -644,7 +644,8 @@ ShaderInfo generate_shader(std::string name, u8 material_type, u8 drawtype,
"NDT_FENCELIKE",
"NDT_RAILLIKE",
"NDT_NODEBOX",
"NDT_GLASSLIKE_FRAMED"
"NDT_GLASSLIKE_FRAMED",
"NDT_FIRELIKE"
};
for (int i = 0; i < 14; i++){