Changeset 19763


Ignore:
Timestamp:
11/19/15 11:28:33 (9 years ago)
Author:
Eric.Larour
Message:

Making the plot 3D in 2D, i.e. removing z=0

File:
1 edited

Legend:

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

    r19760 r19763  
    9797                                        vertices[vertices.length] = x[i];
    9898                                        vertices[vertices.length] = y[i];
    99                                         //vertices[vertices.length] = z[i];
    100                                         vertices[vertices.length] = 0;
     99                                        vertices[vertices.length] = z[i];
    101100
    102101                                        //handle mesh/qinterest size mismatch
Note: See TracChangeset for help on using the changeset viewer.