Ignore:
Timestamp:
12/09/15 18:21:40 (9 years ago)
Author:
dlcheng
Message:

CHG (javascript): Fixing default shaders to use colors instead of textures.

File:
1 edited

Legend:

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

    r19864 r19869  
    4545        //Compute scaling:
    4646        var scale = 1 / (xmax - xmin);
     47        node["shaderName"] = "unlit_textured";
    4748        node["scale"] = [scale, scale, scale];
    4849        node["rotation"] = options.getfieldvalue('view',[0,0,0]);
Note: See TracChangeset for help on using the changeset viewer.