鏡像自
https://github.com/luanti-org/luanti.git
已同步 2025-11-05 01:35:29 +01:00
Fix visual_scale for plantlike nodes (again)
fixes #1989 move the plant to the bottom of its node properly, without affecting its scale. See isue #1989
此提交包含在:
@@ -1188,8 +1188,7 @@ void mapblock_mesh_generate_special(MeshMakeData *data,
|
||||
for (int i = 0; i < 4; i++)
|
||||
{
|
||||
vertices[i].Pos *= f.visual_scale;
|
||||
if (f.visual_scale < 1)
|
||||
vertices[i].Pos.Y -= BS/2 * (1 - f.visual_scale);
|
||||
vertices[i].Pos.Y += BS/2 * (f.visual_scale - 1);
|
||||
vertices[i].Pos += intToFloat(p, BS);
|
||||
}
|
||||
|
||||
|
||||
新增問題並參考
封鎖使用者