From: sapier Date: Sun, 15 Jan 2012 19:28:39 +0000 (+0100) Subject: fixed invalid comment for plant mesh declaration X-Git-Tag: sapier-20120115~6 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0c78767754c5664373a3bf9fe8dc8a20c8a3ed7d;p=oweals%2Fminetest.git fixed invalid comment for plant mesh declaration --- diff --git a/src/mesh.h b/src/mesh.h index d9268267b..78c0dc1e7 100644 --- a/src/mesh.h +++ b/src/mesh.h @@ -43,10 +43,10 @@ scene::IAnimatedMesh* createExtrudedMesh(video::ITexture *texture, /* - Create a new cube mesh. + Create a new plant style mesh. Vertices are at (+-scale.X/2, +-scale.Y/2, +-scale.Z/2). - The resulting mesh has 6 materials (up, down, right, left, back, front) + The resulting mesh has 4 materials (right, left, back, front) which must be defined by the caller. */ scene::IAnimatedMesh* createPlantMesh(v3f scale);