Ignore:
Timestamp:
Jun 9, 2009 5:25:13 PM (15 years ago)
Author:
gah
Message:

added particle size option, movie token for flowvis

File:
1 edited

Legend:

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

    r1493 r1497  
    2020    int isHidden;                       /* Indicates if particle injection
    2121                                         * plane is active or not. */
     22    float particleSize;                 /* Size of the particles. */
    2223};
    2324
     
    4041    FlowParticles(const char *name, Tcl_HashEntry *hPtr);
    4142    ~FlowParticles(void);
    42     void SetColor(FlowColor &color) {
    43         _sv.color = color;
    44         _rendererPtr->setColor(Vector4(color.r, color.g, color.b, color.a));
    45     }
    4643    const char *name(void) {
    4744        return _name;
Note: See TracChangeset for help on using the changeset viewer.