X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fworld%2FBlockType.hpp;h=575087f3dfad0ab32c49d05eb84b5230a32e4940;hb=d6d568f97e755bf44f048975b375ed8cbcd6ac91;hp=c55c674721df0b21943e293c7125107762ab7c21;hpb=dcd54cacda98c2c0f7cf0c7a9131fb858d8ee10a;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;