Changeset 549 for trunk


Ignore:
Timestamp:
02/10/11 18:31:39 (16 months ago)
Author:
acbernst
Message:

setDistributable true

Location:
trunk/avango-osg/src/avango/osg
Files:
11 edited

Legend:

Unmodified
Added
Removed
  • trunk/avango-osg/src/avango/osg/BlendFunc.cpp

    r298 r549  
    7070    SFBlendFunc::initClass("av::osg::SFBlendFunc", "av::Field"); 
    7171    MFBlendFunc::initClass("av::osg::MFBlendFunc", "av::Field"); 
     72 
     73    sSclassTypeId.setDistributable(true); 
    7274  } 
    7375} 
  • trunk/avango-osg/src/avango/osg/CullFace.cpp

    r1 r549  
    6161    SFCullFace::initClass("av::osg::SFCullFace", "av::Field"); 
    6262    MFCullFace::initClass("av::osg::MFCullFace", "av::Field"); 
     63 
     64    sSclassTypeId.setDistributable(true); 
    6365  } 
    6466} 
  • trunk/avango-osg/src/avango/osg/Depth.cpp

    r298 r549  
    7070    SFDepth::initClass("av::osg::SFDepth", "av::Field"); 
    7171    MFDepth::initClass("av::osg::MFDepth", "av::Field"); 
     72 
     73    sSclassTypeId.setDistributable(true); 
    7274  } 
    7375} 
  • trunk/avango-osg/src/avango/osg/Fog.cpp

    r83 r549  
    7373    SFFog::initClass("av::osg::SFFog", "av::Field"); 
    7474    MFFog::initClass("av::osg::MFFog", "av::Field"); 
     75 
     76    sSclassTypeId.setDistributable(true); 
    7577  } 
    7678} 
  • trunk/avango-osg/src/avango/osg/Light.cpp

    r237 r549  
    104104    SFLight::initClass("av::osg::SFLight", "av::Field"); 
    105105    MFLight::initClass("av::osg::MFLight", "av::Field"); 
     106 
     107    sSclassTypeId.setDistributable(true); 
    106108  } 
    107109} 
  • trunk/avango-osg/src/avango/osg/LineWidth.cpp

    r530 r549  
    6262    SFLineWidth::initClass("av::osg::SFLineWidth", "av::Field"); 
    6363    MFLineWidth::initClass("av::osg::MFLineWidth", "av::Field"); 
     64 
     65    sSclassTypeId.setDistributable(true); 
    6466  } 
    6567} 
  • trunk/avango-osg/src/avango/osg/PolygonOffset.cpp

    r1 r549  
    6464    SFPolygonOffset::initClass("av::osg::SFPolygonOffset", "av::Field"); 
    6565    MFPolygonOffset::initClass("av::osg::MFPolygonOffset", "av::Field"); 
     66 
     67    sSclassTypeId.setDistributable(true); 
    6668  } 
    6769} 
  • trunk/avango-osg/src/avango/osg/Program.cpp

    r233 r549  
    6161    SFProgram::initClass("av::osg::SFProgram", "av::Field"); 
    6262    MFProgram::initClass("av::osg::MFProgram", "av::Field"); 
     63 
     64    sSclassTypeId.setDistributable(true); 
    6365  } 
    6466} 
  • trunk/avango-osg/src/avango/osg/Shader.cpp

    r233 r549  
    6767    SFShader::initClass("av::osg::SFShader", "av::Field"); 
    6868    MFShader::initClass("av::osg::MFShader", "av::Field"); 
     69 
     70    sSclassTypeId.setDistributable(true); 
    6971  } 
    7072} 
  • trunk/avango-osg/src/avango/osg/StateSet.cpp

    r530 r549  
    136136    SFStateSet::initClass("av::osg::SFStateSet", "av::Field"); 
    137137    MFStateSet::initClass("av::osg::MFStateSet", "av::Field"); 
     138 
     139    sSclassTypeId.setDistributable(true); 
    138140  } 
    139141} 
  • trunk/avango-osg/src/avango/osg/Uniform.cpp

    r536 r549  
    8585    SFUniform::initClass("av::osg::SFUniform", "av::Field"); 
    8686    MFUniform::initClass("av::osg::MFUniform", "av::Field"); 
     87 
     88    sSclassTypeId.setDistributable(true); 
    8789  } 
    8890} 
Note: See TracChangeset for help on using the changeset viewer.