ecere/gfx/drivers/OpenGL; 3DS: Added support for scaling texture coordinates
[sdk] / ecere / src / gfx / 3D / Mesh.ec
index 1bedb5f..84b0f88 100644 (file)
@@ -31,6 +31,7 @@ public:
    Bitmap bumpMap;
    Bitmap envMap;
    MaterialFlags flags;
+   float uScale, vScale;
 
    void Free()
    {