Add CAmbientAI, just needs Think implmented

Former-commit-id: b8d23f2ff6
This commit is contained in:
2022-10-20 08:43:17 -07:00
parent 984417bd3c
commit 8846b1df1b
8 changed files with 228 additions and 21 deletions

View File

@@ -95,6 +95,8 @@ public:
const CVector3f& GetScale() const { return x0_scale; }
void SetScale(const CVector3f& scale) { x0_scale = scale; }
bool GetIsLoop() const;
void EnableLooping(bool enable);
static CModelData CModelDataNull();
static EWhichModel GetRenderingModel(const CStateManager& mgr);