Skip to content

Commit 98f4ce3

Browse files
author
Aleksander Katan
committed
Update phong params
1 parent 8e56efb commit 98f4ce3

File tree

1 file changed

+2
-2
lines changed
  • apps/typegpu-docs/src/examples/rendering/phong-reflection

1 file changed

+2
-2
lines changed

apps/typegpu-docs/src/examples/rendering/phong-reflection/params.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ import { ExampleControls } from './schemas.ts';
44
export const backgroundColor = d.vec3f(28, 28, 28).div(255);
55

66
export const initialControls = ExampleControls({
7-
lightColor: d.vec3f(1, 0.7, 0),
7+
lightColor: d.vec3f(0.8, 0.8, 0.8),
88
lightDirection: d.vec3f(0, 7, -7),
9-
ambientColor: d.vec3f(0.6, 0.6, 0.6),
9+
ambientColor: d.vec3f(1, 0.7, 0),
1010
ambientStrength: 0.5,
1111
specularExponent: 8,
1212
});

0 commit comments

Comments
 (0)