Remove Bug Remove Collision Remove Mesh Remove Terrain
article thumbnail

Physics progress report #1

Mircosoft Game Dev

Bug fixing. 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

Object Placement on Terrain (Mesh)

Mnenad

This chapter is all about how I solved it (so far) to be able to place all kinds of assets like 3D-meshes or self-growing fractal seeds on the terrain. Let’s assume we do it for each vertex on a mesh with let’s say 10’000 vertices.   Asset placement - depending on mesh height vertices.

Terrain 52
article thumbnail

Godot 3.0 is out and ready for the big leagues

Mircosoft Game Dev

release, we decided to take the chance to look at our long list of features and bug fixes that could not be implemented because it involved breaking compatibility. Still, this workflow is easy and efficient as 3D objects get a second set of UVs generated on import, and baking works with instantiated meshes, scenes and even GridMaps.

Render 52