#include <ObjectBeltCrossing.hh>
The conveyers in the first section of Toad's Factory.
Definition at line 8 of file ObjectBeltCrossing.hh.
Public Member Functions | |
| ObjectBeltCrossing (const System::MapdataGeoObj ¶ms) | |
| EGG::Vector3f | calcRoadVelocity (u32 variant, const EGG::Vector3f &pos, u32 timeOffset) const override |
| bool | isMoving (u32 variant, const EGG::Vector3f &pos) const override |
Public Member Functions inherited from Field::ObjectBelt | |
| ObjectBelt (const System::MapdataGeoObj ¶ms) | |
| u32 | loadFlags () const override |
| void | createCollision () override |
| void | calcCollisionTransform () override |
| f32 | getCollisionRadius () const override |
| bool | checkPointPartial (const EGG::Vector3f &, const EGG::Vector3f &, KCLTypeMask, CollisionInfoPartial *, KCLTypeMask *) override |
| bool | checkPointPartialPush (const EGG::Vector3f &, const EGG::Vector3f &, KCLTypeMask, CollisionInfoPartial *, KCLTypeMask *) override |
| bool | checkPointFull (const EGG::Vector3f &, const EGG::Vector3f &, KCLTypeMask, CollisionInfo *, KCLTypeMask *) override |
| bool | checkPointFullPush (const EGG::Vector3f &pos, const EGG::Vector3f &prevPos, KCLTypeMask mask, CollisionInfo *info, KCLTypeMask *maskOut) override |
| bool | checkSpherePartial (f32, const EGG::Vector3f &, const EGG::Vector3f &, KCLTypeMask, CollisionInfoPartial *, KCLTypeMask *, u32) override |
| bool | checkSpherePartialPush (f32, const EGG::Vector3f &, const EGG::Vector3f &, KCLTypeMask, CollisionInfoPartial *, KCLTypeMask *, u32) override |
| bool | checkSphereFull (f32, const EGG::Vector3f &, const EGG::Vector3f &, KCLTypeMask, CollisionInfo *, KCLTypeMask *, u32) override |
| bool | checkSphereFullPush (f32, const EGG::Vector3f &pos, const EGG::Vector3f &prevPos, KCLTypeMask mask, CollisionInfo *info, KCLTypeMask *maskOut, u32 timeOffset) override |
| bool | checkPointCachedPartial (const EGG::Vector3f &, const EGG::Vector3f &, KCLTypeMask, CollisionInfoPartial *, KCLTypeMask *) override |
| bool | checkPointCachedPartialPush (const EGG::Vector3f &, const EGG::Vector3f &, KCLTypeMask, CollisionInfoPartial *, KCLTypeMask *) override |
| bool | checkPointCachedFull (const EGG::Vector3f &, const EGG::Vector3f &, KCLTypeMask, CollisionInfo *, KCLTypeMask *) override |
| bool | checkPointCachedFullPush (const EGG::Vector3f &pos, const EGG::Vector3f &prevPos, KCLTypeMask mask, CollisionInfo *info, KCLTypeMask *maskOut) override |
| bool | checkSphereCachedPartial (f32, const EGG::Vector3f &, const EGG::Vector3f &, KCLTypeMask, CollisionInfoPartial *, KCLTypeMask *, u32) override |
| bool | checkSphereCachedPartialPush (f32, const EGG::Vector3f &, const EGG::Vector3f &, KCLTypeMask, CollisionInfoPartial *, KCLTypeMask *, u32) override |
| bool | checkSphereCachedFull (f32, const EGG::Vector3f &, const EGG::Vector3f &, KCLTypeMask, CollisionInfo *, KCLTypeMask *, u32) override |
| bool | checkSphereCachedFullPush (f32, const EGG::Vector3f &pos, const EGG::Vector3f &prevPos, KCLTypeMask mask, CollisionInfo *info, KCLTypeMask *maskOut, u32 timeOffset) override |
Public Member Functions inherited from Field::ObjectDrivable | |
| ObjectDrivable (const System::MapdataGeoObj ¶ms) | |
| void | load () override |
| f32 | getCollisionRadius () const override |
| virtual void | initCollision () |
| virtual void | loadAABB (f32 radius) |
| virtual void | narrScLocal (f32, const EGG::Vector3f &, KCLTypeMask, u32) |
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 | init () |
| virtual void | calc () |
| 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 |
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::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) |
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::ObjectBelt | |
| f32 | m_roadVel |
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 |
|
0x807FC764 |
Definition at line 6 of file ObjectBeltCrossing.cc.
|
nodiscardoverridevirtual0x807FC7D8 |
Implements Field::ObjectBelt.
Definition at line 14 of file ObjectBeltCrossing.cc.
|
nodiscardoverridevirtual0x807FC874 |
Implements Field::ObjectBelt.
Definition at line 27 of file ObjectBeltCrossing.cc.