MCPcopy Create free account
hub / github.com/ddiakopoulos/polymer / add_modifier

Method add_modifier

libraries/lib-app-base/src/gl-particle-system.cpp:54–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54void gl_particle_system::add_modifier(std::shared_ptr<particle_modifier> modifier)
55{
56 particleModifiers.push_back(modifier);
57}
58
59void gl_particle_system::add(const float3 & position, const float3 & velocity, const float size, const float lifeMs)
60{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected