Show
Ignore:
Timestamp:
12/29/06 10:28:00 (2 years ago)
Author:
cneumann
Message:

- regenerated all base files to include the full set

of access functions for non-ptr mfields.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/System/Material/Base/OSGMaterialBase.cpp

    r439 r459  
    7777    The material base class. 
    7878 
    79     \ext The Material has two interfaces to return a State that represents 
    80     it. OSG::Material::makeState() creates a new OSG::State and returns it. 
    81     This is  ok for rare use, but for every frame this is going to be too 
    82     expensive. For  these cases OSG::Material::rebuildState() and 
    83     OSG::Material::getState() are  used, which modify and return an 
    84     internal copy of the State. 
    85  
    86     The other method to implement is OSG::Material::isTransparent(), to 
    87     identify transparent materials to be rendered after the opaque ones. 
     79    \ext 
     80    The Material has two interfaces to return a State that represents it. 
     81    OSG::Material::makeState() creates a new OSG::State and returns it. This is  
     82    ok for rare use, but for every frame this is going to be too expensive. For  
     83    these cases OSG::Material::rebuildState() and OSG::Material::getState() are  
     84    used, which modify and return an internal copy of the State.  
     85 
     86    The other method to implement is OSG::Material::isTransparent(), to identify 
     87    transparent materials to be rendered after the opaque ones. 
    8888    \endext 
    8989 */ 
     
    9696     
    9797*/ 
     98 
    9899 
    99100void MaterialBase::classDescInserter(TypeObject &oType) 
     
    173174    "</FieldContainer>\n", 
    174175    "\\ingroup GrpSystemMaterial\n" 
     176    "\n" 
    175177    "The material base class.\n" 
     178    "\n" 
    176179    "\\ext\n" 
    177180    "The Material has two interfaces to return a State that represents it.\n" 
     
    180183    "these cases OSG::Material::rebuildState() and OSG::Material::getState() are \n" 
    181184    "used, which modify and return an internal copy of the State. \n" 
     185    "\n" 
    182186    "The other method to implement is OSG::Material::isTransparent(), to identify\n" 
    183187    "transparent materials to be rendered after the opaque ones.\n" 
     
    223227} 
    224228#endif 
     229 
     230 
    225231 
    226232