Ignore:
Timestamp:
10/20/16 12:57:09 (8 years ago)
Author:
dlcheng
Message:

CHG: Integrating changes to js plot functions, including new options datamarkersoptions and movieoptions. Deprecating moviefps option. Updating plotdoc. Adding folds, fixing end of file new lines.

File:
1 edited

Legend:

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

    r21231 r21300  
    1 function plot_mesh(md,options,canvas) {
     1function plot_mesh(md,options,canvas) { //{{{
    22        //PLOT_MESH - Function for plotting wireframe mesh.
    33        //
     
    137137        //}}}
    138138        node.mesh = GL.Mesh.load({vertices:vertices, colors:colors, triangles:indices}, null, null, gl);
    139 }
     139} //}}}
Note: See TracChangeset for help on using the changeset viewer.