diff --git a/Unreal/CarlaUE4/Plugins/CarlaTools/Content/MapGenerator/Materials/HeightMapNoiseMat.uasset b/Unreal/CarlaUE4/Plugins/CarlaTools/Content/MapGenerator/Materials/HeightMapNoiseMat.uasset index c9703dc77..ac5e34228 100644 Binary files a/Unreal/CarlaUE4/Plugins/CarlaTools/Content/MapGenerator/Materials/HeightMapNoiseMat.uasset and b/Unreal/CarlaUE4/Plugins/CarlaTools/Content/MapGenerator/Materials/HeightMapNoiseMat.uasset differ diff --git a/Unreal/CarlaUE4/Plugins/CarlaTools/Content/MapGenerator/Materials/MPC_HeightMapCollector.uasset b/Unreal/CarlaUE4/Plugins/CarlaTools/Content/MapGenerator/Materials/MPC_HeightMapCollector.uasset new file mode 100644 index 000000000..14a834d79 Binary files /dev/null and b/Unreal/CarlaUE4/Plugins/CarlaTools/Content/MapGenerator/Materials/MPC_HeightMapCollector.uasset differ diff --git a/Unreal/CarlaUE4/Plugins/CarlaTools/Content/MapGenerator/Materials/M_HeightMapNoisePreview.uasset b/Unreal/CarlaUE4/Plugins/CarlaTools/Content/MapGenerator/Materials/M_HeightMapNoisePreview.uasset new file mode 100644 index 000000000..320c8195c Binary files /dev/null and b/Unreal/CarlaUE4/Plugins/CarlaTools/Content/MapGenerator/Materials/M_HeightMapNoisePreview.uasset differ diff --git a/Unreal/CarlaUE4/Plugins/CarlaTools/Content/MapGenerator/Materials/TileHeightMapMat.uasset b/Unreal/CarlaUE4/Plugins/CarlaTools/Content/MapGenerator/Materials/TileHeightMapMat.uasset index 1614a085f..b8485f815 100644 Binary files a/Unreal/CarlaUE4/Plugins/CarlaTools/Content/MapGenerator/Materials/TileHeightMapMat.uasset and b/Unreal/CarlaUE4/Plugins/CarlaTools/Content/MapGenerator/Materials/TileHeightMapMat.uasset differ diff --git a/Unreal/CarlaUE4/Plugins/CarlaTools/Content/MapGenerator/Textures/RT_HeightMapPreview.uasset b/Unreal/CarlaUE4/Plugins/CarlaTools/Content/MapGenerator/Textures/RT_HeightMapPreview.uasset new file mode 100644 index 000000000..91a482671 Binary files /dev/null and b/Unreal/CarlaUE4/Plugins/CarlaTools/Content/MapGenerator/Textures/RT_HeightMapPreview.uasset differ diff --git a/Unreal/CarlaUE4/Plugins/CarlaTools/Content/MapGenerator/UWB_CARLA.uasset b/Unreal/CarlaUE4/Plugins/CarlaTools/Content/MapGenerator/UWB_CARLA.uasset index b47e10619..a9e73d6a7 100644 Binary files a/Unreal/CarlaUE4/Plugins/CarlaTools/Content/MapGenerator/UWB_CARLA.uasset and b/Unreal/CarlaUE4/Plugins/CarlaTools/Content/MapGenerator/UWB_CARLA.uasset differ diff --git a/Unreal/CarlaUE4/Plugins/CarlaTools/Source/CarlaTools/Private/MapGeneratorWidget.cpp b/Unreal/CarlaUE4/Plugins/CarlaTools/Source/CarlaTools/Private/MapGeneratorWidget.cpp index 93e2bdacd..ec8ef3be5 100644 --- a/Unreal/CarlaUE4/Plugins/CarlaTools/Source/CarlaTools/Private/MapGeneratorWidget.cpp +++ b/Unreal/CarlaUE4/Plugins/CarlaTools/Source/CarlaTools/Private/MapGeneratorWidget.cpp @@ -230,6 +230,8 @@ bool UMapGeneratorWidget::CookVegetationToTiles(const FMapGeneratorMetaInfo& Met UE_LOG(LogCarlaToolsMapGenerator, Log, TEXT("%s: Cooking vegetation to %s tiles"), *CUR_CLASS_FUNC_LINE, *MetaInfo.MapName); + //TODO: First check if there is elements in MetaInfo.FoliageSpawners + TArray AssetsData; const FString TilesPath = MetaInfo.DestinationPath; bool success = LoadWorlds(AssetsData, TilesPath);