If anyone can approve these bugs, I would be so pleased:
Terrain = CreateTerrain(512);
SetTerrainHeight(Terrain,260,260,1);
Here I do not see anything, in Physicsdebug I do see the terrain...
Terrain = CreateTerrain(512);
ScaleEntity(Terrain,Vec3(4,100,4));
SetTerrainHeight(Terrain,260,260,0.03);
or
Terrain = CreateTerrain(512);
SetTerrainHeight(Terrain,260,260,1);
Here a simple CreateBox does not interact correctly with the terrain ...
Greetings fellas