51 bool EnterSOI(
const entt::entity&
parent,
const entt::entity& body);
Wrapper class for all the components of the game, so that all the game stuff can be initialized in on...
Definition: game.h:28
Definition: isimulationsystem.h:27
Game & game
Definition: isimulationsystem.h:43
Definition: sysmovement.h:27
void ParseOrbitTree(entt::entity parent, entt::entity body)
Definition: sysmovement.cpp:148
void CrashObject(cqsp::common::components::types::Orbit &orb, entt::entity body, entt::entity parent)
Check if the entity has crashed into its parent object
Definition: sysmovement.cpp:74
bool EnterSOI(const entt::entity &parent, const entt::entity &body)
Change the current body's SOI into a child SOI
Definition: sysmovement.cpp:233
void DoSystem() override
Definition: sysmovement.cpp:37
SysOrbit(Game &game)
Definition: sysmovement.h:29
void LeaveSOI(const entt::entity &body, entt::entity &parent, components::types::Orbit &orb, components::types::Kinematics &pos, components::types::Kinematics &p_pos)
Sets the SOI of the entity to the parent
Definition: sysmovement.cpp:43
void CalculateImpulse(cqsp::common::components::types::Orbit &orb, entt::entity body, entt::entity parent)
Definition: sysmovement.cpp:103
void UpdateCommandQueue(cqsp::common::components::types::Orbit &orb, entt::entity body, entt::entity parent)
Definition: sysmovement.cpp:121
int Interval() override
Definition: sysmovement.h:31
Definition: sysmovement.h:67
SysPath(Game &game)
Definition: sysmovement.h:69
void DoSystem()
Definition: sysmovement.cpp:217
int Interval()
Definition: sysmovement.h:71
Definition: sysmovement.h:74
SysSurface(Game &game)
Definition: sysmovement.h:76
int Interval()
Definition: sysmovement.h:78
void DoSystem()
Definition: sysmovement.cpp:201
std::string parent
Definition: loadplanets.cpp:50
When adding assets, it is extremely crucial that you read cqsp::asset::AssetLoader::LoadResources to ...
Definition: clientctx.h:22
Relative position from the parent orbiting object.
Definition: coordinates.h:32