Nearly match CScriptDoor

This commit is contained in:
2025-12-01 17:47:08 -08:00
parent 60219e550c
commit 4469a78241
6 changed files with 132 additions and 15 deletions

View File

@@ -116,6 +116,9 @@ public:
void EnableLooping(bool enable);
static CModelData CModelDataNull();
static EWhichModel GetRenderingModel(const CStateManager& mgr);
float GetAnimationDuration(int anim) const;
bool IsAnimating() const;
private:
CVector3f x0_scale;