mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 12:27:43 +00:00
Initial round of CMorphBall implementations
This commit is contained in:
@@ -157,7 +157,9 @@ private:
|
||||
void AccumulateBounds(zeus::CVector3f& pos, float size);
|
||||
|
||||
public:
|
||||
CElementGen(const TToken<CGenDescription>& gen, EModelOrientationType orientType, EOptionalSystemFlags flags);
|
||||
CElementGen(const TToken<CGenDescription>& gen,
|
||||
EModelOrientationType orientType = EModelOrientationType::Normal,
|
||||
EOptionalSystemFlags flags = EOptionalSystemFlags::One);
|
||||
~CElementGen();
|
||||
|
||||
boo::GraphicsDataToken m_gfxToken;
|
||||
|
||||
Reference in New Issue
Block a user