
Fix arguments in clearColor calls
Reported by Andor Salga | April 18th, 2011 @ 03:44 PM | in 0.9
The ref test demos are passing in values greater than 1 to clearColor (0-255)
gl.clearColor(70, 85, 0, 1);
These need to be normalized. (0-1)
Comments and changes to this ticket
-
cwdesautels April 18th, 2011 @ 04:18 PM
- State changed from new to resolved
(from [9a90240a32d6ff738d0f60aee7d73a3182a19ac5]) webGL.clearColor params [#29 state:resolved] https://github.com/cwdesautels/sundae.js/commit/9a90240a32d6ff738d0...
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
sundae.js is a reference testing framework for canvases designed in Javascript.
<br/>
Source:
https://github.com/cwdesautels/sundae.js
Blog:
http://cwdesautels.blogspot.com/
People watching this ticket
Referenced by
-
29 Fix arguments in clearColor calls (from [9a90240a32d6ff738d0f60aee7d73a3182a19ac5]) webGL.c...