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/Depreciated/State/OSGCubeTextureChunkBase.cpp

    r439 r459  
    8282    See \ref PageSystemCubeTextureChunk for a description. 
    8383 
    84     The CubeTexture is defined by 6 separate texture images. As it is 
    85     derived from  the standard texture chunk it already has an image, which 
    86     is used for the  negative Z direction. The other 5 images are stored in 
    87     variables that are named according to the direction they represent 
    88     (OSG::CubeTextureChunk::_sfPosZImage, 
    89     OSG::CubeTextureChunk::_sfNegYImage, 
    90     OSG::CubeTextureChunk::_sfPosYImage, 
    91     OSG::CubeTextureChunk::_sfNegXImage, 
    92     OSG::CubeTextureChunk::_sfPosXImage). 
     84    The CubeTexture is defined by 6 separate texture images. As it is derived from  
     85    the standard texture chunk it already has an image, which is used for the  
     86    negative Z direction. The other 5 images are stored in variables that are named 
     87    according to the direction they represent (OSG::CubeTextureChunk::_sfPosZImage, 
     88    OSG::CubeTextureChunk::_sfNegYImage, OSG::CubeTextureChunk::_sfPosYImage,  
     89    OSG::CubeTextureChunk::_sfNegXImage, OSG::CubeTextureChunk::_sfPosXImage). 
    9390 
    9491    \deprecated Use OSG::CubeTextureObjChunk instead. 
     
    10299    The image for the positive Z direction for the cube tetxure. 
    103100*/ 
     101 
    104102/*! \var ImagePtr        CubeTextureChunkBase::_sfPosXImage 
    105103    The image for the positive X direction for the cube tetxure. 
    106104*/ 
     105 
    107106/*! \var ImagePtr        CubeTextureChunkBase::_sfNegXImage 
    108107    The image for the negative X direction for the cube tetxure. 
    109108*/ 
     109 
    110110/*! \var ImagePtr        CubeTextureChunkBase::_sfPosYImage 
    111111    The image for the positive Y direction for the cube tetxure. 
    112112*/ 
     113 
    113114/*! \var ImagePtr        CubeTextureChunkBase::_sfNegYImage 
    114115    The image for the negative Y direction for the cube tetxure. 
    115116*/ 
     117 
    116118/*! \var bool            CubeTextureChunkBase::_sfIsReflectionMap 
    117119     
    118120*/ 
     121 
    119122 
    120123void CubeTextureChunkBase::classDescInserter(TypeObject &oType) 
     
    296299    "</FieldContainer>\n", 
    297300    "\\ingroup GrpSystemState\n" 
     301    "\n" 
    298302    "See \\ref PageSystemCubeTextureChunk for a description.\n" 
     303    "\n" 
    299304    "The CubeTexture is defined by 6 separate texture images. As it is derived from \n" 
    300305    "the standard texture chunk it already has an image, which is used for the \n" 
     
    303308    "OSG::CubeTextureChunk::_sfNegYImage, OSG::CubeTextureChunk::_sfPosYImage, \n" 
    304309    "OSG::CubeTextureChunk::_sfNegXImage, OSG::CubeTextureChunk::_sfPosXImage).\n" 
     310    "\n" 
    305311    "\\deprecated Use OSG::CubeTextureObjChunk instead.\n" 
    306312    );