- Timestamp:
- 04/15/08 04:48:53 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/NodeCores/Drawables/Particles/OSGParticlesBase.h
r1156 r1161 180 180 SFUInt32 *editSFMode (void); 181 181 const SFUInt32 *getSFMode (void) const; 182 const SFUnrec FieldContainerChildGeoVectorPropertyPtr *getSFPositions (void) const;182 const SFUnrecChildGeoVectorPropertyPtr *getSFPositions (void) const; 183 183 184 184 #ifdef OSG_1_GET_COMPAT … … 187 187 MFVec3f *editMFSizes (void); 188 188 const MFVec3f *getMFSizes (void) const; 189 const SFUnrec FieldContainerChildGeoVectorPropertyPtr *getSFSecPositions (void) const;190 const SFUnrec FieldContainerChildGeoVectorPropertyPtr *getSFColors (void) const;191 const SFUnrec FieldContainerChildGeoVectorPropertyPtr *getSFNormals (void) const;189 const SFUnrecChildGeoVectorPropertyPtr *getSFSecPositions (void) const; 190 const SFUnrecChildGeoVectorPropertyPtr *getSFColors (void) const; 191 const SFUnrecChildGeoVectorPropertyPtr *getSFNormals (void) const; 192 192 193 193 #ifdef OSG_1_GET_COMPAT … … 373 373 374 374 SFUInt32 _sfMode; 375 SFUnrec FieldContainerChildGeoVectorPropertyPtr _sfPositions;375 SFUnrecChildGeoVectorPropertyPtr _sfPositions; 376 376 MFVec3f _mfSizes; 377 SFUnrec FieldContainerChildGeoVectorPropertyPtr _sfSecPositions;378 SFUnrec FieldContainerChildGeoVectorPropertyPtr _sfColors;379 SFUnrec FieldContainerChildGeoVectorPropertyPtr _sfNormals;377 SFUnrecChildGeoVectorPropertyPtr _sfSecPositions; 378 SFUnrecChildGeoVectorPropertyPtr _sfColors; 379 SFUnrecChildGeoVectorPropertyPtr _sfNormals; 380 380 MFInt32 _mfIndices; 381 381 MFReal32 _mfTextureZs;
