MCPcopy Create free account
hub / github.com/carbonengine/trinity / SpawnParticles

Method SpawnParticles

trinity/Particle/Tr2StaticEmitter.cpp:293–298  ·  view source on GitHub ↗

-------------------------------------------------------------------------------------- Description: Implements ITr2GenericEmitter interface. Does nothing since this emitter only spawns particles once during Update method. Arguments: arguments - Update arguments position - Position of the "parent" particle (unused). velocity - Velocity of the "parent" particle (unused). rateModifier - Modifies the

Source from the content-addressed store, hash-verified

291// defined rate value (unused).
292// --------------------------------------------------------------------------------------
293void Tr2StaticEmitter::SpawnParticles( const ITr2GenericEmitter::UpdateArguments& arguments,
294 const Vector3* position,
295 const Vector3* velocity,
296 float rateModifier )
297{
298}
299
300void Tr2StaticEmitter::SpawnParticles( const ITr2GenericEmitter::UpdateArguments& arguments,
301 const Vector3* positionStart,

Callers 4

ApplyConstraintMethod · 0.45
UpdateSimulationMethod · 0.45
ApplyConstraintMethod · 0.45
StartMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected