Norris
24-11-2012 20:59:58
Hi !
I try to use the new terrain system, so I read the tutorial Mogre Basic Tutorial 3b.
But I have a big problem with the "InitBlendMaps" method.
I can't find a "BlendPointer" property in "TerrainLayerBlendMap" instances
This is the real line that give me problems:
Where is this "BlendPointer" property ? Intellisense give me nothing.
Also, I work with VB.Net and I'm really bad with C++. I know this sign "*" deal with pointers in C++, but I don't know how to convert this line in VB.Net ... Is it a good conversion ?
I searched so many time on the net for this missing property, but I can't find any related answer.
Thanks in advance for your help.
I try to use the new terrain system, so I read the tutorial Mogre Basic Tutorial 3b.
But I have a big problem with the "InitBlendMaps" method.
I can't find a "BlendPointer" property in "TerrainLayerBlendMap" instances
This is the real line that give me problems:
float* pBlend1 = blendMap1.BlendPointer;
Where is this "BlendPointer" property ? Intellisense give me nothing.
Also, I work with VB.Net and I'm really bad with C++. I know this sign "*" deal with pointers in C++, but I don't know how to convert this line in VB.Net ... Is it a good conversion ?
Dim pBlend1 as Single = blendMap1.BlendPointer
I searched so many time on the net for this missing property, but I can't find any related answer.
Thanks in advance for your help.