8:00 – 3:00 SR
- You can now ride a bike across BW parkway. Gonna try to ride to work when it gets warmer.
- Integrating charting code.
- Updating the libs directory subversion repo
8:00 – 3:00 SR
8:00 – 4:30 SR
8:00 – 5:00 SR
8:00 – 5:00 SR
8:00 – 2:30 SR
7:30 – 5:30 SR
8:00 – 5:00 SR
8:00 – 5:30 SR
8:00 – 2:30 SR
8:00 – 2:00 SR
8:00 – 5:30 SR
function draw(gl, n) {
// Clear <canvas>
gl.clear(gl.COLOR_BUFFER_BIT);
// repeat the following two lines for all your buffers
gl.bindBuffer(gl.ARRAY_BUFFER, g_vertexSizeBuffer);
gl.bufferData(gl.ARRAY_BUFFER, g_verticesSizes, gl.STATIC_DRAW);
// once done with updating the data unbind.
gl.bindBuffer(gl.ARRAY_BUFFER, null);
// Draw the points
gl.drawArrays(gl.POINTS, 0, n);
}
8:00 – 10:00, 1:00 – SR
10:00 – 1:00 School
1:00 – 5:30 SR
8:00 – 2:00 SR
8:00 – 11:30 SR
You must be logged in to post a comment.