Definition at line 7 of file ObjectNoImpl.hh.
Public Member Functions | |
ObjectNoImpl (const System::MapdataGeoObj ¶ms) | |
void | load () override |
void | createCollision () override |
void | calcCollisionTransform () override |
![]() | |
ObjectBase (const System::MapdataGeoObj ¶ms) | |
virtual void | init () |
virtual void | calc () |
virtual void | calcModel () |
virtual const char * | getResources () const |
virtual void | loadGraphics () |
virtual void | loadAnims () |
virtual void | loadRail () |
virtual u32 | loadFlags () const |
virtual const char * | getKclName () const |
virtual const EGG::Vector3f & | getPosition () const |
virtual f32 | getCollisionRadius () const |
ObjectId | id () const |
void | setPos (const EGG::Vector3f &pos) |
Additional Inherited Members | |
![]() | |
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) |
![]() | |
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::Vector3f | Interpolate (f32 t, const EGG::Vector3f &v0, const EGG::Vector3f &v1) |
![]() | |
Render::DrawMdl * | m_drawMdl |
Abstract::g3d::ResFile * | m_resFile |
ObjectId | m_id |
RailInterpolator * | m_railInterpolator |
BoxColUnit * | m_boxColUnit |
u16 | m_flags |
EGG::Vector3f | m_pos |
EGG::Vector3f | m_rot |
EGG::Vector3f | m_scale |
EGG::Matrix34f | m_transform |
const System::MapdataGeoObj * | m_mapObj |
Field::ObjectNoImpl::ObjectNoImpl | ( | const System::MapdataGeoObj & | params | ) |
Definition at line 7 of file ObjectNoImpl.cc.
|
inlineoverridevirtual |
Implements Field::ObjectBase.
Definition at line 14 of file ObjectNoImpl.hh.
|
inlineoverridevirtual |
Implements Field::ObjectBase.
Definition at line 13 of file ObjectNoImpl.hh.
|
overridevirtual |
Implements Field::ObjectBase.
Definition at line 11 of file ObjectNoImpl.cc.