mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-10 17:47:41 +00:00
Add CAmbientAI, just needs Think implmented
Former-commit-id: b8d23f2ff6
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user