Ignore:
Timestamp:
Jun 17, 2015, 2:23:37 AM (9 years ago)
Author:
ldelgass
Message:

Merge from trunk

Location:
nanovis/branches/1.2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • nanovis/branches/1.2

  • nanovis/branches/1.2/nanovis.h

    r5698 r5718  
    9494
    9595    static int renderLegend(TransferFunction *tf, double min, double max,
    96                             int width, int height, const char *volArg);
     96                            int width, int height, const char *tag);
    9797
    9898    static Volume *loadVolume(const char *tag, int width, int height, int depth,
     
    139139    static util::Fonts *fonts;
    140140    static graphics::RenderContext *renderContext;
     141    static GLint max3dTextureSize;
    141142
    142143    static TransferFunctionHashmap tfTable; ///< maps transfunc name to TransferFunction object
Note: See TracChangeset for help on using the changeset viewer.