1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-02 16:38:41 +00:00

fixed invalid comment for plant mesh declaration

This commit is contained in:
sapier 2012-01-15 20:28:39 +01:00
parent f0679969b2
commit 0c78767754

View file

@ -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). 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. which must be defined by the caller.
*/ */
scene::IAnimatedMesh* createPlantMesh(v3f scale); scene::IAnimatedMesh* createPlantMesh(v3f scale);