- Timestamp:
- 04/18/08 04:10:31 (6 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/NodeCores/Drawables/Particles/OSGParticlesBase.h
r1161 r1178 234 234 const UInt32 &getMode (void) const; 235 235 236 GeoVectorPropertyPtr ConstgetPositions (void) const;236 GeoVectorPropertyPtr getPositions (void) const; 237 237 238 238 #ifdef OSG_1_GET_COMPAT … … 245 245 const MFVec3f &getSizes (void) const; 246 246 247 GeoVectorPropertyPtr ConstgetSecPositions (void) const;248 249 GeoVectorPropertyPtr ConstgetColors (void) const;250 251 GeoVectorPropertyPtr ConstgetNormals (void) const;247 GeoVectorPropertyPtr getSecPositions (void) const; 248 249 GeoVectorPropertyPtr getColors (void) const; 250 251 GeoVectorPropertyPtr getNormals (void) const; 252 252 253 253 #ifdef OSG_1_GET_COMPAT … … 299 299 300 300 void setMode (const UInt32 &value); 301 void setPositions ( GeoVectorPropertyPtrConstArgvalue);302 void setSecPositions ( GeoVectorPropertyPtrConstArgvalue);303 void setColors ( GeoVectorPropertyPtrConstArgvalue);304 void setNormals ( GeoVectorPropertyPtrConstArgvalue);301 void setPositions (const GeoVectorPropertyPtr value); 302 void setSecPositions (const GeoVectorPropertyPtr value); 303 void setColors (const GeoVectorPropertyPtr value); 304 void setNormals (const GeoVectorPropertyPtr value); 305 305 void setDrawOrder (const UInt32 &value); 306 306 void setDynamic (const bool &value);
