mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 13:47:43 +00:00
More element implementation
This commit is contained in:
@@ -39,7 +39,7 @@ public:
|
||||
class CModVectorElement : public IElement
|
||||
{
|
||||
public:
|
||||
virtual bool GetValue(int frame, Zeus::CVector3f& vec1Out, Zeus::CVector3f& vec2Out) const=0;
|
||||
virtual bool GetValue(int frame, Zeus::CVector3f& pVel, Zeus::CVector3f& pPos) const=0;
|
||||
};
|
||||
|
||||
class CColorElement : public IElement
|
||||
|
||||
Reference in New Issue
Block a user