Ignore:
Timestamp:
Mar 23, 2012 1:31:05 AM (12 years ago)
Author:
ldelgass
Message:

Some minor refactoring, also add some more fine grained config.h defines
(e.g. replace NV40 define with feature defines). Add tests for some required
OpenGL extensions (should always check for extensions or base version before
calling entry points from the extension). Also, clamp diffuse and specular
values on input and warn when they are out of range.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/vizservers/nanovis/NvFlowVisRenderer.h

    r2870 r2877  
    5151    /**
    5252     * @brief Specify the axis of the index plane
    53      * @param index the index of the array of injection planes
    5453     */
    5554    void setPlaneAxis(const std::string& vfName, const std::string& name, int axis);
    5655
    5756    /**
    58      * @param pos : Specify the position of slice
     57     * @param pos Specify the position of slice
    5958     */
    6059    void setPlanePos(const std::string& vfName, const std::string& name, float pos);
Note: See TracChangeset for help on using the changeset viewer.