We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23fa502 commit c22e254Copy full SHA for c22e254
Components/Terrain/include/OgreTerrain.i
@@ -32,6 +32,7 @@
32
%include "OgreTerrainQuadTreeNode.h"
33
34
%template(LayerInstanceList) std::vector<Ogre::Terrain::LayerInstance>;
35
+%template(TerrainSlotMap) std::map<uint32_t, Ogre::TerrainGroup::TerrainSlot*>;
36
%template(TerrainRayResult) std::pair<bool, Ogre::Vector3>;
37
%ignore Ogre::Terrain::getBlendTextureCount;
38
%ignore Ogre::Terrain::getBlendTextureName;
0 commit comments