Engine²
Open-source game engine written in C++.
Loading...
Searching...
No Matches
VehicleControlSystem.cpp File Reference
#include "Physics.pch.hpp"
#include "system/VehicleControlSystem.hpp"
#include "component/Vehicle.hpp"
#include "component/VehicleController.hpp"
#include "component/VehicleInternal.hpp"
#include "resource/PhysicsManager.hpp"
#include <Jolt/Physics/Vehicle/WheeledVehicleController.h>

Namespaces

namespace  Physics
namespace  Physics::System

Functions

void Physics::System::VehicleControlSystem (Engine::Core &core)
 Apply vehicle controller inputs to Jolt vehicle constraints.