Capycore Engine  0.1.0
A simple and lightweight game engine written in C++ based on the Unity API architecture.
Loading...
Searching...
No Matches
physics_world.h File Reference
Include dependency graph for physics_world.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PhysicsWorld
 Represents the physics world using Box2D. More...
 

Variables

constexpr int32_t default_velocity_iterations = 6
 
constexpr float default_gravity_x = 0.0f
 
constexpr float default_gravity_y = 30.0f
 

Variable Documentation

◆ default_gravity_x

constexpr float default_gravity_x = 0.0f
constexpr

◆ default_gravity_y

constexpr float default_gravity_y = 30.0f
constexpr

◆ default_velocity_iterations

constexpr int32_t default_velocity_iterations = 6
constexpr