FITFLOP
Home

game-physics (6 post)


posts by category not found!

How to properly apply bullet spread in a gun in godot 4?

How to Properly Apply Bullet Spread in a Gun in Godot 4 When developing a shooting mechanic in a game particularly in a 3 D environment using Godot 4 implementi

2 min read 15-10-2024 27
How to properly apply bullet spread in a gun in godot 4?
How to properly apply bullet spread in a gun in godot 4?

Unity Collision between Box Collider 2D and Tilemap Collider 2D not working

Unity Why Your Box Collider 2 D Isnt Colliding with Tilemap Collider 2 D Frustrated with your 2 D character gliding right through your meticulously crafted Tile

2 min read 05-10-2024 26
Unity Collision between Box Collider 2D and Tilemap Collider 2D not working
Unity Collision between Box Collider 2D and Tilemap Collider 2D not working

Rigidbody sliding off when distance between another rigidbody is greater than zero in C++ physics engine

Solving the Sliding Off Problem in C Physics Engines Understanding Rigidbody Interactions Have you ever encountered a scenario where a Rigidbody in your C physi

3 min read 03-10-2024 30
Rigidbody sliding off when distance between another rigidbody is greater than zero in C++ physics engine
Rigidbody sliding off when distance between another rigidbody is greater than zero in C++ physics engine

Box2D: Projected Trajectory of a ball

Predicting the Future Calculating a Balls Trajectory with Box2 D In game development accurately simulating the physics of objects is essential for creating a re

2 min read 02-10-2024 33
Box2D: Projected Trajectory of a ball
Box2D: Projected Trajectory of a ball

I tried using a slope handling movement script from a tutorial video, my player character falls through any objects with the ground layer

Player Falling Through the Ground Debugging Slope Handling in Unity You re following a Unity tutorial eager to add smooth slope handling to your game but instea

2 min read 29-09-2024 31
I tried using a slope handling movement script from a tutorial video, my player character falls through any objects with the ground layer
I tried using a slope handling movement script from a tutorial video, my player character falls through any objects with the ground layer

How to implement one way collision for platforms in Godot?

One Way Collisions Making Your Platforms More Realistic in Godot Creating realistic platformer physics in Godot often involves dealing with one way collisions a

2 min read 29-09-2024 27
How to implement one way collision for platforms in Godot?
How to implement one way collision for platforms in Godot?