Skip to content

Commit

Permalink
logo
Browse files Browse the repository at this point in the history
  • Loading branch information
burhanr13 committed Dec 30, 2024
1 parent ad3d6d7 commit c8af1e8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ build
tools/bin
*.log
log*
!logo.*
*.fs
*.toml

Expand Down
Binary file added images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/pica/hostshaders/gpu.frag
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ void calc_lighting(out vec4 primary, out vec4 secondary) {
primary.rgb = ambient_color.rgb;
primary.a = 1;

secondary.a = 1;
secondary.a = 0.5;

vec4 nq = normalize(normquat);
vec3 v = normalize(quatrot(nq, view));
Expand Down

0 comments on commit c8af1e8

Please sign in to comment.