X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fworld%2FBlockType.hpp;h=575087f3dfad0ab32c49d05eb84b5230a32e4940;hb=cdcfdb33e9b625976909a9fb604b756a1a057788;hp=c55c674721df0b21943e293c7125107762ab7c21;hpb=cdd865c1934eccbb1f1d0ffaf041e53f0fdd524b;p=blank.git diff --git a/src/world/BlockType.hpp b/src/world/BlockType.hpp index c55c674..575087f 100644 --- a/src/world/BlockType.hpp +++ b/src/world/BlockType.hpp @@ -25,9 +25,9 @@ struct BlockType { const Shape *shape; std::vector textures; - TVEC3 hsl_mod; - TVEC3 rgb_mod; - TVEC3 outline_color; + BlockMesh::ColorMod hsl_mod; + BlockMesh::ColorMod rgb_mod; + PrimitiveMesh::Color outline_color; /// gravity configuration or null if not emitting gravity std::unique_ptr gravity;