From Zach Deedler, addition of osgParticle/BoxSpacer.

This commit is contained in:
Robert Osfield
2006-01-17 15:17:15 +00:00
parent 93a2c3d011
commit c9b25a5b50
3 changed files with 10 additions and 1 deletions

View File

@@ -183,6 +183,10 @@ SOURCE=..\..\include\osgParticle\AngularAccelOperator
# End Source File
# Begin Source File
SOURCE=..\..\include\osgParticle\BoxPlacer
# End Source File
# Begin Source File
SOURCE=..\..\include\osgParticle\CenteredPlacer
# End Source File
# Begin Source File

View File

@@ -104,6 +104,10 @@ SOURCE=..\..\..\src\osgPlugins\osgParticle\IO_AngularAccelOperator.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\osgPlugins\osgParticle\IO_BoxPlacer.cpp
# End Source File
# Begin Source File
SOURCE=..\..\..\src\osgPlugins\osgParticle\IO_CenteredPlacer.cpp
# End Source File
# Begin Source File

View File

@@ -3,7 +3,8 @@ include $(TOPDIR)/Make/makedefs
CXXFILES =\
IO_AccelOperator.cpp\
IO_AngularAccelOperator.cpp\
IO_AngularAccelOperator.cpp\
IO_BoxPlacer.cpp\
IO_CenteredPlacer.cpp\
IO_ConnectedParticleSystem.cpp\
IO_Emitter.cpp\