Remove Collision Remove Game Engine Remove Mesh Remove Terrain
article thumbnail

Physics progress report #1

Mircosoft Game Dev

Cylinder collision shape. One of the requirements was adding support for cylinder shapes in Godot's custom collision detection system. Technical details: Godot Physics is almost entirely based on the SAT algorithm for collision detection, but cylinders can't entirely rely on that. Heightmap collision shape.

article thumbnail

Godot 3.0 is out and ready for the big leagues

Mircosoft Game Dev

The new 3D engine is outstanding, with many features out-of-the-box that are still not common in other mainstream engines. The new 3D renderer is state-of-the-art, with features rarely see in game engines today, such as: Full principled BSDF. The 3D asset workflow has also seen great improvements. Bullet Physics backend.

Render 52