Updated wrappers
This commit is contained in:
@@ -39,9 +39,9 @@ int main( int argc, char **argv )
|
||||
viewer.setUpViewAcrossAllScreens();
|
||||
viewer.realize();
|
||||
|
||||
bool limitNumberOfFrames = false;
|
||||
bool limitNumberOfFrames = true;
|
||||
unsigned int numFrames = 0;
|
||||
unsigned int maxFrames = 100;
|
||||
unsigned int maxFrames = 10;
|
||||
|
||||
while(!viewer.done() && !(limitNumberOfFrames && numFrames>=maxFrames))
|
||||
{
|
||||
|
||||
@@ -4,7 +4,7 @@ include $(TOPDIR)/Make/makedefs
|
||||
CXXFILES =\
|
||||
osgparticleeffects.cpp\
|
||||
|
||||
LIBS += -losgProducer -lProducer -losgParticle -losgSim -losgText -losgGA -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS)
|
||||
LIBS += -losgViewer -losgProducer -lProducer -losgParticle -losgSim -losgText -losgGA -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS)
|
||||
|
||||
INSTFILES = \
|
||||
$(CXXFILES)\
|
||||
|
||||
Reference in New Issue
Block a user