We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86a1ec1 commit 40ac1f1Copy full SHA for 40ac1f1
Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Game/CarlaGameModeBase.cpp
@@ -190,6 +190,11 @@ void ACarlaGameModeBase::BeginPlay()
190
LoadMapLayer(GameInstance->GetCurrentMapLayer());
191
ReadyToRegisterObjects = true;
192
193
+ if (true) { /// @todo If semantic segmentation enabled.
194
+ ATagger::TagActorsInLevel(*World, true);
195
+ TaggerDelegate->SetSemanticSegmentationEnabled();
196
+ }
197
+
198
// HACK: fix transparency see-through issues
199
// The problem: transparent objects are visible through walls.
200
// This is due to a weird interaction between the SkyAtmosphere component,
0 commit comments