| 1070 | } |
| 1071 | |
| 1072 | void TerrainEditor::setGridInfo(const GridInfo & info, bool checkActive) |
| 1073 | { |
| 1074 | PROFILE_SCOPE( TerrainEditor_SetGridInfo ); |
| 1075 | |
| 1076 | setGridHeight(info.mGridPoint, info.mHeight); |
| 1077 | setGridMaterial(info.mGridPoint, info.mMaterial); |
| 1078 | } |
| 1079 | |
| 1080 | F32 TerrainEditor::getGridHeight(const GridPoint & gPoint) |
| 1081 | { |