article thumbnail

Dev snapshot: Godot 4.0 beta 12

Mircosoft Game Dev

OBJ mesh import now supports vertex colors as exported by Blender ( GH-71033 ). Physics fixes and improvements for sphere-capsule, sphere-box, sphere-cylinder, and capsule-cylinder collisions ( GH-70660 , GH-70787 ). Physics: Fix sphere-capsule collision logic ( GH-70660 ). Fix Tab key usage in the inspector ( GH-71271 ).

Beta 110
article thumbnail

Dev snapshot: Godot 4.0 beta 9

Mircosoft Game Dev

Some of the most notables feature changes in this update are: 3D: Switch Mesh surface indexing to start at 0 so string name matches integer index ( GH-70176 ). Editor: Add one-way indicator to tile collision editor ( GH-67283 ). Physics: Fix 2D & 3D Continuous Collision Detection sometimes adjusting velocity too much ( GH-69934 ).

Beta 99
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Dev snapshot: Godot 4.0 beta 12

Mircosoft Game Dev

OBJ mesh import now supports vertex colors as exported by Blender ( GH-71033 ). Physics fixes and improvements for sphere-capsule, sphere-box, sphere-cylinder, and capsule-cylinder collisions ( GH-70660 , GH-70787 ). Physics: Fix sphere-capsule collision logic ( GH-70660 ). Fix Tab key usage in the inspector ( GH-71271 ).

Beta 85
article thumbnail

Dev snapshot: Godot 4.0 beta 9

Mircosoft Game Dev

Some of the most notables feature changes in this update are: 3D: Switch Mesh surface indexing to start at 0 so string name matches integer index ( GH-70176 ). Editor: Add one-way indicator to tile collision editor ( GH-67283 ). Physics: Fix 2D & 3D Continuous Collision Detection sometimes adjusting velocity too much ( GH-69934 ).

Beta 75
article thumbnail

Dev snapshot: Godot 3.2.3 beta 1

Mircosoft Game Dev

GLES2: Fixed mesh data access errors in GLES2 ( GH-40235 ). Physics: Trigger broadphase update when changing collision layer/mask ( GH-39895 ). Physics: Fix laxist collision detection on one way shapes ( GH-39880 ). Physics: Allow Area2D and 3D mouse events without collision layer ( GH-40193 ). wslay 1.1.1).

Beta 52
article thumbnail

Release candidate: Godot 3.2.3 RC 1

Mircosoft Game Dev

GLES2: Fixed mesh data access errors in GLES2 ( GH-40235 ). Physics: Trigger broadphase update when changing collision layer/mask ( GH-39895 ). Physics: Fix laxist collision detection on one way shapes ( GH-39880 ). Physics: Allow Area2D and 3D mouse events without collision layer ( GH-40193 ). no longer works in 3.2.3

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.