Ignore:
Timestamp:
Mar 7, 2008, 10:27:45 AM (16 years ago)
Author:
gah
Message:

Fixes for volume command parser

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/vizservers/nanovis/Command.cpp

    r929 r930  
    16751675
    16761676static Rappture::CmdSpec volumeOps[] = {
    1677     {"animation", 2, VolumeAnimationOp,   3, 3, "oper ?args?",},
    1678     {"axis",      2, VolumeAxisOp,        3, 3, "label axis value ?indices?",},
    1679     {"data",      1, VolumeDataOp,        3, 3, "oper ?args?",},
     1677    {"animation", 2, VolumeAnimationOp,   3, 0, "oper ?args?",},
     1678    {"axis",      2, VolumeAxisOp,        4, 0, "label axis value ?indices?",},
     1679    {"data",      1, VolumeDataOp,        3, 0, "oper ?args?",},
    16801680    {"outline",   1, VolumeOutlineOp,     3, 0, "oper ?args?",},
    16811681    {"shading",   2, VolumeShadingOp,     3, 0, "oper ?args?",},
Note: See TracChangeset for help on using the changeset viewer.