Ignore:
Timestamp:
12/11/15 09:10:01 (9 years ago)
Author:
Eric.Larour
Message:

CHG: no image by default!

File:
1 edited

Legend:

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

    r19874 r19878  
    4848        node["translation"] = [(xmin + xmax) / (-2 / scale), (ymin + ymax) / (-2 / scale), (zmin + zmax) / (-2 / scale)];
    4949        node["modelMatrix"] = recalculateModelMatrix(node);
    50         node["texture"] = initTexture(gl,options.getfieldvalue('image','images/checker.gif'));
    51         //node["alpha"] = options.getfieldvalue('alpha',1.0);
     50        node["texture"] = initTexture(gl,options.getfieldvalue('image'));
     51        node["alpha"] = options.getfieldvalue('alpha',.5);
    5252        node["overlay"] = false;
    5353        node["drawOrder"] = 1;
Note: See TracChangeset for help on using the changeset viewer.