projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f067996
)
fixed invalid comment for plant mesh declaration
author
sapier
<sapier at gmx dot net>
Sun, 15 Jan 2012 19:28:39 +0000
(20:28 +0100)
committer
sapier
<sapier at gmx dot net>
Sun, 15 Jan 2012 19:28:39 +0000
(20:28 +0100)
src/mesh.h
patch
|
blob
|
history
diff --git
a/src/mesh.h
b/src/mesh.h
index d9268267bf475ff79e6eb74b94b6b10530798751..78c0dc1e70dcd476a7eaff7bcb6ca15184e69bea 100644
(file)
--- a/
src/mesh.h
+++ b/
src/mesh.h
@@
-43,10
+43,10
@@
scene::IAnimatedMesh* createExtrudedMesh(video::ITexture *texture,
/*
- Create a new
cub
e mesh.
+ Create a new
plant styl
e 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);