Changeset 4328 in orxonox.OLD
- Timestamp:
- May 27, 2005, 3:52:56 AM (19 years ago)
- Location:
- orxonox/branches/physics/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/physics/src/lib/graphics/particles/particle_emitter.cc
r4314 r4328 160 160 161 161 // this should spread the Particles evenly. if the Emitter is moved around quickly 162 Vector equalSpread = this->getVelocity() * rand om()/RAND_MAX * dt;162 Vector equalSpread = this->getVelocity() * rand()/RAND_MAX * dt; 163 163 Vector extension; // the Vector for different fields. 164 164 -
orxonox/branches/physics/src/subprojects/particles/Makefile.am
r4316 r4328 30 30 31 31 32 AM_LDFLAGS=$(MWINDOWS) \33 $(GTK2_LIBS) $(GTHREAD_LIBS) $(CURL_LIBS)34 35 32 bin_PROGRAMS = particles 36 33 37 particles_LDADD = $(MAINSRCDIR)/lib/physics/libORXphysics.a 34 particles_LDADD = $(MAINSRCDIR)/lib/physics/libORXphysics.a \ 35 $(GTK2_LIBS) $(GTHREAD_LIBS) $(CURL_LIBS) \ 36 -lpthread 38 37 39 38 particles_CPPFLAGS = $(GTK2_CFLAGS) $(GTHREAD_CFLAGS) $(CURL_CFLAGS) $(MSBITFIELDS)
Note: See TracChangeset
for help on using the changeset viewer.