DAABBCC3D - 3D AABB collision detection

I’ve been testing this for a long time, and it should be quite stable. However, due to a major refactoring, it is best to consider this a Beta version.

DAABBCC 3D v1.0 is based on DAABBCC 2D version v3.0.1, so it includes all the same functionalities.

Manifold generation and raycasting have been completely rewritten. They are a bit more expensive than the 2D version.

Note: Unfortunately, there is no built-in way to get the size of a model using Defold. You might need to use external 3D tools or use a dummy 3D object to estimate the size.

But luckily, there is a PR waiting. I hope that soon we won’t even need to get/set the size manually.

I’m still preparing examples, but it is quite straightforward.

Source

Discussions & Release Notes

Documentation

Toss a Coin to Your Witcher

If you find my Defold Extensions useful for your projects, please consider supporting it.
I’d love to hear about your projects! Please share your released projects that use my native extensions. It would be very motivating for me.

5 Likes

One of the example projects that I’m working on:

9 Likes