Skip to content

Commit

Permalink
debug push
Browse files Browse the repository at this point in the history
Signed-off-by: Devashish Lal <[email protected]>
  • Loading branch information
BLaZeKiLL committed Jun 24, 2024
1 parent b9fa5c5 commit 8107b82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions webray/src/shaders/webray.wgsl
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,8 @@ fn render_ray(ray: Ray) -> vec3f {

var accumulated_color = (1.0 - alpha) * vec3f(1.0) + alpha * vec3f(0.3, 0.6, 1.0);

return ERR_COLOR; // early return for testing

var bounce = 0u;

// try world hits
Expand Down

0 comments on commit 8107b82

Please sign in to comment.