summaryrefslogtreecommitdiff
path: root/src/mesh.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh.h')
-rw-r--r--src/mesh.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/mesh.h b/src/mesh.h
index 7539298cb..29f5ec76c 100644
--- a/src/mesh.h
+++ b/src/mesh.h
@@ -22,7 +22,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "irrlichttypes_extrabloated.h"
#include "nodedef.h"
-#include <string>
/*
Create a new cube mesh.
@@ -34,16 +33,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
scene::IAnimatedMesh* createCubeMesh(v3f scale);
/*
- Create a new extruded mesh from a texture.
- Maximum bounding box is (+-scale.X/2, +-scale.Y/2, +-scale.Z).
- Thickness is in Z direction.
-
- The resulting mesh has 1 material which must be defined by the caller.
-*/
-scene::IAnimatedMesh* createExtrudedMesh(video::ITexture *texture,
- video::IVideoDriver *driver, v3f scale);
-
-/*
Multiplies each vertex coordinate by the specified scaling factors
(componentwise vector multiplication).
*/