File tree 1 file changed +2
-2
lines changed
custom_gz_plugins/src/DayLightManager
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -254,7 +254,7 @@ void gz::sim::plugins::DayLightManager::Setup(gz::sim::EntityComponentManager &_
254
254
</model>
255
255
</sdf>
256
256
)" );
257
-
257
+
258
258
// Insert sun_sphere model
259
259
gz::msgs::EntityFactory sunSphereSpawnEntity;
260
260
gz::msgs::Boolean sunSphereSpawnRes;
@@ -317,7 +317,7 @@ void gz::sim::plugins::DayLightManager::SetSunPosition()
317
317
318
318
// Update sun coordinates
319
319
this ->_x_coordinate = this ->_radius * cos (alpha) * cos (theta) + this ->_x_bias ;
320
- this ->_y_coordinate = this ->_radius * cos (alpha) * sin (theta) + this ->_y_bias ;
320
+ this ->_y_coordinate = this ->_radius * cos (alpha) * - 1 * sin (theta) + this ->_y_bias ;
321
321
this ->_z_coordinate = this ->_radius * sin (alpha);
322
322
323
323
// Set new sun position
You can’t perform that action at this time.
0 commit comments