]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/client/mesh.h
Remove unused ITextSceneNode header (#11476)
[dragonfireclient.git] / src / client / mesh.h
index 103c61e45fe2f0d3941d71d426a84d515aa4b3ec..dbc091a06fd716ca64987ab5752d9f77d3fd717c 100644 (file)
@@ -58,6 +58,13 @@ void setMeshBufferColor(scene::IMeshBuffer *buf, const video::SColor &color);
 */
 void setMeshColor(scene::IMesh *mesh, const video::SColor &color);
 
+
+/*
+       Sets texture coords for vertices in the mesh buffer.
+       `uv[]` must have `count` elements
+*/
+void setMeshBufferTextureCoords(scene::IMeshBuffer *buf, const v2f *uv, u32 count);
+
 /*
        Set a constant color for an animated mesh
 */