Ignore:
Timestamp:
Mar 28, 2009, 3:50:16 PM (15 years ago)
Author:
vrinside
Message:

improving the flow vis engine

  • particle advection for multiple vector field
  • specifying multiple advection planes
  • specifying the position of a particle injection plane
  • specifying the axis of a particle injection plane
  • specifying the visibility of particle injection planes
  • specifying the particle color for each particle injection plane
  • rendering device shapes

[NOTE] Currently, I commented out with the MACRO NEW_FLOW_ENGINE in config
To use this, please comment NEW_FLOW_ENGINE in

File:
1 edited

Legend:

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

    r1369 r1370  
    1616public :
    1717        NvDeviceShape()
    18         : visible(false)
     18        : visible(true)
    1919        {
    2020        }
     
    6262
    6363        void initialize();
     64        void reset();
    6465
    6566        void addPlane(const std::string& name);
Note: See TracChangeset for help on using the changeset viewer.