Skip to content
Features
Business
Explore
Marketplace
Pricing
In this repository
All GitHub
↵
Jump to
↵
No suggested jump to results
Sign in
or
Sign up
Watch
1
Star
4
Fork
1
jfo
/
mandelwat
Code
Issues
0
Pull requests
0
Projects
0
Insights
Permalink
Browse files
fix firefox bug
Loading branch information
...
jfo
committed
Mar 6, 2017
1 parent
265acac
commit
3e944a6a1db86c7f2d04a368c8336d74c63e2a63
Unified
Split
Showing
1 changed file
with
1 addition
and
1 deletion
.
+1
−1
mandelgl.js
Show comments
View
2
mandelgl.js
@@ -140,7 +140,7 @@
bailoutslide
.
value
=
initBailoutState;
gl
.
uniform1f
(bailout, initBailoutState);
bailoutslide
.
addEventListener
(
'
input
'
,
function
(
e
) {
bailext
=
e
.
target
.
value
**
2
;
bailext
=
Math
.
pow
(
e
.
target
.
value
,
2
)
;
gl
.
uniform1f
(bailout, bailext);
gl
.
drawArrays
(primitiveType, offset, count);
});
Toggle all file notes
0 comments on commit
3e944a6
Please
sign in
to comment.
You can’t perform that action at this time.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
Press h to open a hovercard with more details.
0 comments on commit
3e944a6