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

Function ApplyConstraint

trinity/Particle/Tr2ParticleSystem.h:128–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126
127 template <typename Constraint>
128 void ApplyConstraint( const Constraint& constraint )
129 {
130 constraint( m_buffers, m_vertexSizes, m_aliveCount );
131 m_bufferDirty = true;
132 }
133
134 void GetDebugOptions( Tr2DebugRendererOptions & options ) const;
135 void RenderDebugInfo( ITr2DebugRenderer2 & renderer, const Matrix& worldTransform ) const;

Callers 5

UpdateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected