mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-07 16:48:40 +00:00
fixed invalid comment for plant mesh declaration
This commit is contained in:
parent
f0679969b2
commit
0c78767754
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue