|
Engine²
Open-source game engine written in C++.
|
#include <gtest/gtest.h>#include "builder/VehicleBuilder.hpp"#include "component/BoxCollider.hpp"#include "component/Mesh.hpp"#include "component/RigidBody.hpp"#include "component/Transform.hpp"#include "component/Vehicle.hpp"#include "component/VehicleController.hpp"#include "component/VehicleInternal.hpp"#include "core/Core.hpp"#include "helper/CreateShape.hpp"#include "plugin/PluginPhysics.hpp"#include "resource/Time.hpp"#include "scheduler/Startup.hpp"#include "utils/ShapeGenerator.hpp"#include <glm/glm.hpp>Functions | |
| TEST (VehiclePlugin, VehicleSteering) | |
| Test vehicle steering functionality. | |
| TEST | ( | VehiclePlugin | , |
| VehicleSteering | ) |
Test vehicle steering functionality.