Changeset 20837


Ignore:
Timestamp:
06/30/16 21:49:53 (9 years ago)
Author:
dlcheng
Message:

CHG (javascript): Recommitting blank frame fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/plot/webgl.js

    r20836 r20837  
    3131        // Near things obscure far things
    3232        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);
    3533        // Enable color blending/overlay
    3634        gl.enable(gl.BLEND);
Note: See TracChangeset for help on using the changeset viewer.