Changeset 20837
- Timestamp:
- 06/30/16 21:49:53 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/plot/webgl.js
r20836 r20837 31 31 // Near things obscure far things 32 32 gl.depthFunc(gl.LEQUAL); 33 // Clear the color as well as the depth buffer.34 gl.clear(gl.COLOR_BUFFER_BIT | gl.DEPTH_BUFFER_BIT);35 33 // Enable color blending/overlay 36 34 gl.enable(gl.BLEND);
Note:
See TracChangeset
for help on using the changeset viewer.