Ignore:
Timestamp:
Apr 13, 2012, 2:37:25 PM (12 years ago)
Author:
ldelgass
Message:

Convert NvLIC to use new NvShader? parameter API. Also fixes for LIC when plane
is not XY plane. Remove unused/incomplete Renderable base class (source files
remain for now, but it is not part of default build).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/vizservers/nanovis/FlowCmd.cpp

    r2964 r2967  
    570570        NanoVis::licRenderer->
    571571            setVectorField(_volPtr->id, loc,
    572                            1.0f / _volPtr->aspectRatioWidth,
    573                            1.0f / _volPtr->aspectRatioHeight,
    574                            1.0f / _volPtr->aspectRatioDepth,
     572                           _volPtr->aspectRatioWidth,
     573                           _volPtr->aspectRatioHeight,
     574                           _volPtr->aspectRatioDepth,
    575575                           _volPtr->wAxis.max());
    576576        SetCurrentPosition();
Note: See TracChangeset for help on using the changeset viewer.