Changeset 4900 for nanovis


Ignore:
Timestamp:
Dec 21, 2014 11:58:47 PM (9 years ago)
Author:
ldelgass
Message:

sync with release branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • nanovis/trunk/LIC.h

    r3630 r4900  
    3939
    4040    /**
    41      * @brief Specify the perpendicular axis
     41     * \brief Specify the perpendicular axis
    4242     */
    4343    void setSliceAxis(FlowSliceAxis axis);
     
    7272
    7373    /**
    74      * @brief the normal vector of the LIC plane,
     74     * \brief the normal vector of the LIC plane,
    7575     * the inherited Vector3 location is its center
    7676     */
     
    8282    float *_sliceVector;        /**< Storage for the per slice vectors
    8383                                   driving the flow */
    84     vrmath::Vector3f _scale;             /**< Scaling factor stretching the lic
     84    vrmath::Vector3f _scale;    /**< Scaling factor stretching the lic
    8585                                   plane to fit the actual dimensions */
    8686    vrmath::Vector3f _origin;
Note: See TracChangeset for help on using the changeset viewer.