- Home /
 
 
               Question by 
               logty · May 29, 2011 at 05:28 AM · 
                terrainlagterrain-editor  
              
 
              Process heavy issues
I've got a game setup that allows you to physically edit the terrain, but the problem is that the game hangs when you do so. Could the GetHeights or SetHeights functions be process heavy? Thanks
               Comment
              
 
               
              Well, getting heights at least isnt so heavy as SetHeights...
I guess it should "eat some" processes.
Well, if you use GetHeights(0,0,$$anonymous$$apWidth,$$anonymous$$apLength), that's a lot of data. If you aren't, could narrow down to just the chunk you need.
Your answer
 
             Follow this Question
Related Questions
terrainData SetHeights/GetHeights? 1 Answer
How do I use Terrain SetHeights and GetHeights 3 Answers
Terrain heightmap isn't smooth 0 Answers
How do I return the Terrain tab to the Main Tool Bar? 2 Answers