From b3b19f081231c7c13322c7b0d577afb6084d48df Mon Sep 17 00:00:00 2001 From: omniscient <17525998+omnisci3nce@users.noreply.github.com> Date: Sat, 15 Jun 2024 17:59:02 +1000 Subject: point lights for pbr example --- examples/cube/ex_cube.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'examples/cube/ex_cube.c') diff --git a/examples/cube/ex_cube.c b/examples/cube/ex_cube.c index 26e6b71..2cd0a51 100644 --- a/examples/cube/ex_cube.c +++ b/examples/cube/ex_cube.c @@ -18,10 +18,10 @@ extern core g_core; // Scene / light setup const vec3 pointlight_positions[4] = { - { -10.0, 10.0, 10.0}, - { 10.0, 10.0, 10.0}, - { -10.0, -10.0, 10.0}, - { 10.0, -10.0, 10.0}, + { -10.0, 10.0, 10.0 }, + { 10.0, 10.0, 10.0 }, + { -10.0, -10.0, 10.0 }, + { 10.0, -10.0, 10.0 }, }; point_light point_lights[4]; -- cgit v1.2.3-70-g09d2