mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-11 08:27:41 +00:00
Add CAmbientAI, just needs Think implmented
Former-commit-id: b8d23f2ff6
This commit is contained in:
@@ -23,8 +23,10 @@ struct SMoverData {
|
||||
CAxisAngle x24_;
|
||||
float x30_mass;
|
||||
|
||||
SMoverData(float mass, const CVector3f& velocity, const CAxisAngle& angularVelocity,
|
||||
const CVector3f& momentum, const CAxisAngle& unk)
|
||||
SMoverData(float mass, const CVector3f& velocity = CVector3f::Zero(),
|
||||
const CAxisAngle& angularVelocity = CAxisAngle::Identity(),
|
||||
const CVector3f& momentum = CVector3f::Zero(),
|
||||
const CAxisAngle& unk = CAxisAngle::Identity())
|
||||
: x0_velocity(velocity)
|
||||
, xc_angularVelocity(angularVelocity)
|
||||
, x18_momentum(momentum)
|
||||
|
||||
Reference in New Issue
Block a user