Changeset 20566
- Timestamp:
- 04/26/16 22:33:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/plot/webgl.js
r20555 r20566 386 386 } 387 387 else { 388 mat4.perspective(pMatrix, 90 * Math.PI / 180, canvas.clientWidth / canvas.clientHeight, 0.001, 10000.0);388 mat4.perspective(pMatrix, 60 * Math.PI / 180, canvas.clientWidth / canvas.clientHeight, 0.001, 10000.0); 389 389 } 390 390
Note:
See TracChangeset
for help on using the changeset viewer.