]> git.localhorst.tv Git - blank.git/blobdiff - src/model/Part.hpp
save a little bandwidth
[blank.git] / src / model / Part.hpp
index 97743469a85aba210d12d9048a650e2ed6d39f86..3a17f2046137b39da28699d66452932978843471 100644 (file)
@@ -56,8 +56,8 @@ private:
        std::vector<float> tex_map;
        mutable std::unique_ptr<EntityMesh> mesh;
        State initial;
-       glm::vec3 hsl_mod;
-       glm::vec3 rgb_mod;
+       glm::tvec3<unsigned char> hsl_mod;
+       glm::tvec3<unsigned char> rgb_mod;
        std::uint16_t id;
 
 };