MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / setNumActiveParticles

Method setNumActiveParticles

SPlisHSPlasH/FluidModel.cpp:382–385  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

380}
381
382void FluidModel::setNumActiveParticles(const unsigned int num)
383{
384 m_numActiveParticles = num;
385}
386
387unsigned int FluidModel::numActiveParticles() const
388{

Callers 2

emitParticlesMethod · 0.80
emitParticlesCircleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected