Addd libraryName() method to osg::Object in preperation for the osgDB support
for node kits plugins.
This commit is contained in:
@@ -47,7 +47,7 @@ namespace osgParticle
|
||||
/// Set the range of possible values for the central angle.
|
||||
inline void setPhiRange(float r1, float r2);
|
||||
|
||||
META_Object(SectorPlacer);
|
||||
META_Object(osgParticle, SectorPlacer);
|
||||
|
||||
/// Place a particle. Do not call it manually.
|
||||
inline void place(Particle *P) const;
|
||||
|
||||
Reference in New Issue
Block a user