source:
issm/oecreview/Archive/19101-20495/ISSM-19733-19734.diff@
20498
Last change on this file since 20498 was 20498, checked in by , 9 years ago | |
---|---|
File size: 471 bytes |
-
../trunk-jpl/src/m/plot/webgl.js
36 36 gl.enableVertexAttribArray(1); 37 37 38 38 // Add context state variables 39 canvas.zoomFactor = -1.0;39 canvas.zoomFactor = options.getfieldvalue('zoomfactor',-.52); 40 40 canvas.cameraMatrix = mat4.create(); 41 41 42 42 // Add event listeners for canvas
Note:
See TracBrowser
for help on using the repository browser.