Changeset 19934
- Timestamp:
- 01/07/16 09:57:24 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/plot/plot_manager.js
r19929 r19934 98 98 break; 99 99 case 'mesh': 100 console.log('hello');101 100 plot_mesh(md,options,canvas,gl,nodes["main"]); 102 101 break; … … 229 228 //Draw into the canvas if needed: 230 229 if (requestDrawing) draw(gl,options,canvas,canvas.nodes); 231 console.log(canvas.nodes);232 230 }
Note:
See TracChangeset
for help on using the changeset viewer.