Skip to content

Commit

Permalink
[game] updated sponza spawn location so that the foliage is within view
Browse files Browse the repository at this point in the history
  • Loading branch information
PanosK92 committed Dec 27, 2024
1 parent c6d608b commit 7731a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/Game/Game.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ namespace Spartan

void create_sponza()
{
create_camera(Vector3(-27.405f, 3.5f, -0.07f), Vector3(-8.5f, 90.0f, 0.0f));
create_camera(Vector3(19.2692f, 2.65f, 0.1677), Vector3(-18.0f, -90.0f, 0.0f));
create_sun(LightIntensity::black_hole, false);
create_music("project\\music\\jake_chudnow_olive.mp3");

Expand Down

0 comments on commit 7731a0f

Please sign in to comment.