This website works better with JavaScript.
Home
Explore
Help
Sign In
er1n
/
zinnia
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Black background
master
gradient
8 years ago
parent
bcf586a2be
commit
f07ce24194
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
examples/test/shaders/test.frag
+ 1
- 1
examples/test/shaders/test.frag
View File
@ -83,7 +83,7 @@ void main() {
float
mat_idx
=
result
.
y
;
float
iters
=
result
.
z
;
if
(
depth
>=
FAR_D
)
{
color
=
vec4
(
1.0
,
0.
5
,
1.0
,
1.0
)
;
color
=
vec4
(
0.
)
;
return
;
}
Write
Preview
Loading…
Cancel
Save