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/NodeCores/Drawables/Particles/OSGParticlesBase.cpp

    r436 r459  
    8989    The particle mode, see OSG::Particles::modeE for options. 
    9090*/ 
     91 
    9192/*! \var GeoVectorPropertyPtr ParticlesBase::_sfPositions 
    9293    The positions of the particles. This is the primary defining 
    9394    information for a particle. 
    9495*/ 
     96 
    9597/*! \var Vec3f           ParticlesBase::_mfSizes 
    9698    The particle sizes. If not set (1,1,1) will be used, if only one entry 
    9799    is set, it will be used for all particles. If the number of sizes if 
    98100    equal to the number of positions every particle will get its own size. 
    99     Most modes only use the X coordinate of the vector. Particles with 
     101    Most modes only use the X coordinate of the vector. Particles with  
    100102    size[0] == 0 are ignored. 
    101103*/ 
     104 
    102105/*! \var GeoVectorPropertyPtr ParticlesBase::_sfSecPositions 
    103106    The secondary position of the particle. This information is only used 
     
    105108    the particle's last position. 
    106109*/ 
     110 
    107111/*! \var GeoVectorPropertyPtr ParticlesBase::_sfColors 
    108112    The particle colors (optional). 
    109113*/ 
     114 
    110115/*! \var GeoVectorPropertyPtr ParticlesBase::_sfNormals 
    111     Most particles will be automatically aligned to the view direction. If 
    112     normals are set they will be used to define the direction the particles 
    113     are facing. 
     116    Most particles will be automatically aligned to the view 
     117    direction. If normals are set they will be used to define the 
     118    direction the particles are facing. 
    114119*/ 
     120 
    115121/*! \var Int32           ParticlesBase::_mfIndices 
    116     Indices for the particles. Useful to select subsets of all particles 
    117     for  rendering. 
     122    Indices for the particles. Useful to select subsets of all particles for  
     123    rendering. 
    118124*/ 
     125 
    119126/*! \var Real32          ParticlesBase::_mfTextureZs 
    120     The texture z coordinate of the particles. Useful in conjunction with 
    121     3D  textures to use different texture images on different particles. 
     127    The texture z coordinate of the particles. Useful in conjunction with 3D  
     128    textures to use different texture images on different particles. 
    122129*/ 
     130 
    123131/*! \var UInt32          ParticlesBase::_sfDrawOrder 
    124     Define an optional sorting on the particles, see 
    125     OSG::Particles::DrawOrderE for variants. Default is unordered. 
     132    Define an optional sorting on the particles, see OSG::Particles::DrawOrderE 
     133    for variants. Default is unordered. 
    126134*/ 
     135 
    127136/*! \var bool            ParticlesBase::_sfDynamic 
    128     Hint to tell the system whether particles are expected to change 
    129     position or not. Is used to speed up sorting. 
     137    Hint to tell the system whether particles are expected to change position or 
     138    not. Is used to speed up sorting. 
    130139*/ 
     140 
    131141/*! \var UInt32          ParticlesBase::_sfPump 
    132142     
    133143*/ 
     144 
    134145/*! \var ParticleBSPTree ParticlesBase::_sfBsp 
    135146     
    136147*/ 
     148 
    137149/*! \var Int32           ParticlesBase::_sfNumParticles 
    138     Optional number of particles to use. If set to -1, all the particles 
    139     in  pos, or indices if set, will be used. 
     150    Optional number of particles to use. If set to -1, all the particles in  
     151    pos, or indices if set, will be used. 
    140152*/ 
     153 
    141154 
    142155void ParticlesBase::classDescInserter(TypeObject &oType) 
     
    570583    "</FieldContainer>\n", 
    571584    "\\ingroup GrpSystemNodeCoresDrawablesParticles\n" 
     585    "\n" 
    572586    "See \\ref PageSystemParticles for details.\n" 
    573587    );