#include <ObjectChoropu.hh>
Represents the MMM and rPG monty moles.
Each mole has an associated "holl" [sic]. Moles which move around (MMM) also have an associated "ground" (the dirt trail).
Definition at line 20 of file ObjectChoropu.hh.
Public Member Functions | |
| ObjectChoropu (const System::MapdataGeoObj ¶ms) | |
| void | init () override |
| void | calc () override |
| u32 | loadFlags () const override |
| Kart::Reaction | onCollision (Kart::KartObject *kartObj, Kart::Reaction reactionOnKart, Kart::Reaction reactionOnObj, EGG::Vector3f &hitDepth) override |
Public Member Functions inherited from Field::ObjectCollidable | |
| ObjectCollidable (const System::MapdataGeoObj ¶ms) | |
| ObjectCollidable (const char *name, const EGG::Vector3f &pos, const EGG::Vector3f &rot, const EGG::Vector3f &scale) | |
| void | load () override |
| void | calcCollisionTransform () override |
| f32 | getCollisionRadius () const override |
| Finds the radius that fits fully in a BoxColUnit. | |
| virtual void | loadAABB (f32 maxSpeed) |
| virtual void | loadAABB (f32 radius, f32 maxSpeed) |
| virtual void | processKartReactions (Kart::KartObject *kartObj, Kart::Reaction &reactionOnKart, Kart::Reaction &reactionOnObj) |
| virtual void | onWallCollision (Kart::KartObject *, const EGG::Vector3f &) |
| virtual void | onObjectCollision (Kart::KartObject *) |
| virtual bool | checkCollision (ObjectCollisionBase *lhs, EGG::Vector3f &dist) |
| virtual const EGG::Vector3f & | getCollisionTranslation () const |
| virtual ObjectCollisionBase * | collision () const |
Public Member Functions inherited from Field::ObjectBase | |
| ObjectBase (const System::MapdataGeoObj ¶ms) | |
| ObjectBase (const char *name, const EGG::Vector3f &pos, const EGG::Vector3f &rot, const EGG::Vector3f &scale) | |
| virtual void | calcModel () |
| virtual const char * | getResources () const |
| virtual void | loadGraphics () |
| virtual void | loadAnims () |
| virtual void | loadRail () |
| virtual const char * | getName () const |
| virtual const char * | getKclName () const |
| virtual void | resize (f32 radius, f32 maxSpeed) |
| virtual void | unregisterCollision () |
| virtual void | disableCollision () const |
| virtual void | enableCollision () const |
| virtual const BoxColUnit * | getUnit () const |
| const RailInterpolator * | railInterpolator () const |
| virtual const EGG::Vector3f & | getPosition () const |
| virtual ObjectId | id () const |
| const EGG::Vector3f & | pos () const |
| void | setPos (const EGG::Vector3f &pos) |
| void | setScale (const EGG::Vector3f &scale) |
| void | setTransform (const EGG::Matrix34f &mat) |
| const EGG::Vector3f & | scale () const |
Public Member Functions inherited from Field::StateManager< ObjectChoropu > | |
| StateManager (ObjectChoropu *obj) | |
| Defined outside of the class declaration so that typename T will be a complete type. | |
Private Member Functions | |
| void | enterStateStub () |
| void | enterDigging () |
| void | enterPeeking () |
| void | enterJumping () |
| void | calcStateStub () |
| void | calcDigging () |
| void | calcPeeking () |
| void | calcJumping () |
| void | calcGround () |
| void | calcGroundObjs () |
| EGG::Matrix34f | calcInterpolatedPose (f32 t) const |
Private Attributes | |
| friend | StateManager< ObjectChoropu > |
| std::span< ObjectChoropuGround * > | m_groundObjs |
| ObjectChoropuHoll * | m_objHoll |
| s16 | m_startFrameOffset |
| u16 | m_idleDuration |
| f32 | m_groundHeight |
| bool | m_isStationary |
| rPG moles don't move while MMM moles do | |
| EGG::Matrix34f | m_transMat |
| EGG::Matrix34f | m_railMat |
| f32 | m_groundLength |
Static Private Attributes | |
| static constexpr f32 | RADIUS = 300.0f |
| static constexpr f32 | MAX_GROUND_LEN = 3000.0f |
| Max length of the dirt trail. | |
| static constexpr std::array< StateManagerEntry< ObjectChoropu >, 5 > | STATE_ENTRIES |
Additional Inherited Members | |
Public Types inherited from Field::ObjectBase | |
| enum class | eFlags { Position = 0 , Rotation = 1 , Matrix = 2 , Scale = 3 } |
| typedef EGG::TBitFlag< u16, eFlags > | Flags |
Protected Member Functions inherited from Field::ObjectCollidable | |
| void | createCollision () override |
| virtual const EGG::Vector3f & | collisionCenter () const |
| void | registerManagedObject () |
Protected Member Functions inherited from Field::ObjectBase | |
| void | calcTransform () |
| void | linkAnims (const std::span< const char * > &names, const std::span< Render::AnmType > types) |
| void | setMatrixTangentTo (const EGG::Vector3f &up, const EGG::Vector3f &tangent) |
| void | setMatrixFromOrthonormalBasisAndPos (const EGG::Vector3f &v) |
Protected Member Functions inherited from Field::StateManager< ObjectChoropu > | |
| void | calc () |
Static Protected Member Functions inherited from Field::ObjectBase | |
| static f32 | CheckPointAgainstLineSegment (const EGG::Vector3f &point, const EGG::Vector3f &a, const EGG::Vector3f &b) |
| Calculates on what side of line segment ab point lies. | |
| static EGG::Vector3f | RotateXZByYaw (f32 angle, const EGG::Vector3f &v) |
| Rotates a vector around the Y-axis and returns the XZ-plane portion of the vector. | |
| static EGG::Vector3f | RotateAxisAngle (f32 angle, const EGG::Vector3f &axis, const EGG::Vector3f &v1) |
| static void | SetRotTangentHorizontal (EGG::Matrix34f &mat, const EGG::Vector3f &up, const EGG::Vector3f &tangent) |
| static EGG::Matrix34f | OrthonormalBasis (const EGG::Vector3f &v) |
| static EGG::Matrix34f | RailOrthonormalBasis (const RailInterpolator &railInterpolator) |
| static EGG::Vector3f | Interpolate (f32 t, const EGG::Vector3f &v0, const EGG::Vector3f &v1) |
Protected Attributes inherited from Field::ObjectCollidable | |
| ObjectCollisionBase * | m_collision |
Protected Attributes inherited from Field::ObjectBase | |
| Render::DrawMdl * | m_drawMdl |
| Abstract::g3d::ResFile * | m_resFile |
| ObjectId | m_id |
| RailInterpolator * | m_railInterpolator |
| BoxColUnit * | m_boxColUnit |
| Flags | m_flags |
| EGG::Vector3f | m_pos |
| EGG::Vector3f | m_rot |
| EGG::Vector3f | m_scale |
| EGG::Matrix34f | m_transform |
| const System::MapdataGeoObj * | m_mapObj |
Protected Attributes inherited from Field::StateManager< ObjectChoropu > | |
| u16 | m_currentStateId |
| s32 | m_nextStateId |
| u32 | m_currentFrame |
| std::span< u16 > | m_entryIds |
| std::span< const StateManagerEntry< ObjectChoropu > > | m_entries |
| ObjectChoropu * | m_obj |
|
0x806B96A0 |
Definition at line 11 of file ObjectChoropu.cc.
|
override0x806B9B8C |
Definition at line 51 of file ObjectChoropu.cc.
|
overridevirtual0x806B9E60 |
Reimplemented from Field::ObjectBase.
Definition at line 87 of file ObjectChoropu.cc.
|
private0x806BA7FC |
Definition at line 173 of file ObjectChoropu.cc.
|
private0x806BBA7C |
Definition at line 251 of file ObjectChoropu.cc.
|
private0x806BB840 |
Definition at line 261 of file ObjectChoropu.cc.
|
nodiscardprivate0x806B46F8 |
Definition at line 290 of file ObjectChoropu.cc.
|
private0x806BB5F0 |
Definition at line 228 of file ObjectChoropu.cc.
|
private0x806BB144 |
Definition at line 208 of file ObjectChoropu.cc.
|
private |
Definition at line 170 of file ObjectChoropu.cc.
|
private0x806BA6D8 |
Definition at line 119 of file ObjectChoropu.cc.
|
private0x806BB39C |
Definition at line 162 of file ObjectChoropu.cc.
|
private0x806BABEC |
Definition at line 134 of file ObjectChoropu.cc.
|
private |
Definition at line 116 of file ObjectChoropu.cc.
|
overridevirtual0x806B9BF8 |
Reimplemented from Field::ObjectBase.
Definition at line 56 of file ObjectChoropu.cc.
|
inlinenodiscardoverridevirtual0x806BBE34 |
Reimplemented from Field::ObjectBase.
Definition at line 31 of file ObjectChoropu.hh.
|
overridevirtual0x806BA144 |
Reimplemented from Field::ObjectCollidable.
Definition at line 110 of file ObjectChoropu.cc.
|
private |
Definition at line 56 of file ObjectChoropu.hh.
|
private |
Definition at line 60 of file ObjectChoropu.hh.
|
private |
Definition at line 52 of file ObjectChoropu.hh.
|
private |
Definition at line 55 of file ObjectChoropu.hh.
|
private |
rPG moles don't move while MMM moles do
Definition at line 57 of file ObjectChoropu.hh.
|
private |
Definition at line 53 of file ObjectChoropu.hh.
|
private |
Definition at line 59 of file ObjectChoropu.hh.
|
private |
Definition at line 54 of file ObjectChoropu.hh.
|
private |
Definition at line 58 of file ObjectChoropu.hh.
|
staticconstexprprivate |
Max length of the dirt trail.
Definition at line 63 of file ObjectChoropu.hh.
|
staticconstexprprivate |
Definition at line 62 of file ObjectChoropu.hh.
|
staticconstexprprivate |
Definition at line 65 of file ObjectChoropu.hh.
|
private |
Definition at line 21 of file ObjectChoropu.hh.