Show
Ignore:
Timestamp:
04/15/08 04:48:53 (3 months ago)
Author:
vossg
Message:

changed: renamed fields, base rebuild

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/System/NodeCores/Drawables/Particles/OSGParticlesBase.h

    r1156 r1161  
    180180                  SFUInt32            *editSFMode           (void); 
    181181            const SFUInt32            *getSFMode            (void) const; 
    182             const SFUnrecFieldContainerChildGeoVectorPropertyPtr *getSFPositions       (void) const; 
     182            const SFUnrecChildGeoVectorPropertyPtr *getSFPositions       (void) const; 
    183183 
    184184#ifdef OSG_1_GET_COMPAT 
     
    187187                  MFVec3f             *editMFSizes          (void); 
    188188            const MFVec3f             *getMFSizes           (void) const; 
    189             const SFUnrecFieldContainerChildGeoVectorPropertyPtr *getSFSecPositions    (void) const; 
    190             const SFUnrecFieldContainerChildGeoVectorPropertyPtr *getSFColors          (void) const; 
    191             const SFUnrecFieldContainerChildGeoVectorPropertyPtr *getSFNormals         (void) const; 
     189            const SFUnrecChildGeoVectorPropertyPtr *getSFSecPositions    (void) const; 
     190            const SFUnrecChildGeoVectorPropertyPtr *getSFColors          (void) const; 
     191            const SFUnrecChildGeoVectorPropertyPtr *getSFNormals         (void) const; 
    192192 
    193193#ifdef OSG_1_GET_COMPAT 
     
    373373 
    374374    SFUInt32          _sfMode; 
    375     SFUnrecFieldContainerChildGeoVectorPropertyPtr _sfPositions; 
     375    SFUnrecChildGeoVectorPropertyPtr _sfPositions; 
    376376    MFVec3f           _mfSizes; 
    377     SFUnrecFieldContainerChildGeoVectorPropertyPtr _sfSecPositions; 
    378     SFUnrecFieldContainerChildGeoVectorPropertyPtr _sfColors; 
    379     SFUnrecFieldContainerChildGeoVectorPropertyPtr _sfNormals; 
     377    SFUnrecChildGeoVectorPropertyPtr _sfSecPositions; 
     378    SFUnrecChildGeoVectorPropertyPtr _sfColors; 
     379    SFUnrecChildGeoVectorPropertyPtr _sfNormals; 
    380380    MFInt32           _mfIndices; 
    381381    MFReal32          _mfTextureZs;