2016-02-16 05:50:41 +00:00
|
|
|
#include "CEmitterElement.hpp"
|
|
|
|
|
|
|
|
namespace pshag
|
|
|
|
{
|
|
|
|
|
|
|
|
bool CEESimpleEmitter::GetValue(int frame, Zeus::CVector3f& pPos, Zeus::CVector3f& pVel) const
|
|
|
|
{
|
2016-02-16 07:01:55 +00:00
|
|
|
return false;
|
2016-02-16 05:50:41 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
bool CVESphere::GetValue(int frame, Zeus::CVector3f& pPos, Zeus::CVector3f& pVel) const
|
|
|
|
{
|
2016-02-16 07:01:55 +00:00
|
|
|
return false;
|
2016-02-16 05:50:41 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
bool CVEAngleSphere::GetValue(int frame, Zeus::CVector3f& pPos, Zeus::CVector3f& pVel) const
|
|
|
|
{
|
2016-02-16 07:01:55 +00:00
|
|
|
return false;
|
2016-02-16 05:50:41 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
}
|