载入中...
搜索中...
未找到
ParticleCurve.h 文件参考
#include <algorithm>
#include <cstddef>
#include <vector>

浏览源代码.

struct  eve::particles::ColorStop
 Color gradient stop at normalized lifetime t in [0, 1]. 更多...
 
struct  eve::particles::CurvePoint
 Scalar curve point at normalized lifetime t in [0, 1]. 更多...
 
class  eve::particles::ParticleGradient
 Multi-stop color gradient sampled with linear interpolation between stops. Stops are kept sorted by t. Empty gradient means "use the legacy colorStart/colorEnd two-point lerp". 更多...
 
class  eve::particles::ParticleCurve
 Multi-point scalar curve sampled with linear interpolation between points. Empty curve means "use the legacy two-point linear fallback". 更多...
 

命名空间

namespace  eve
 
namespace  eve::particles