1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-06 19:41:11 +00:00
Files
godot/core
PouleyKetchoupp 240c33708c Options to clean/simplify convex hull generated from mesh
Clean: remove duplicate and interior vertices (uses Bullet algorithm)
Simplify: modify the geometry for further simplification (uses VHACD
algorithm)

In the editor, single convex hull now uses the clean option.
Added a new editor entry to create a simplified convex hull, can be
useful for creating convex hull from highly tessellated triangle meshes.

Specific change for 3.x:
Add support for Vector<Vector3> and PoolVector<Vector3> in the convex hull generator.
2021-07-09 17:45:59 -07:00
..
2021-06-18 12:57:59 +01:00
2021-06-18 12:57:59 +01:00
2021-06-16 11:56:25 +01:00
2021-06-16 11:56:25 +01:00
2021-06-16 11:56:25 +01:00
2021-06-17 12:47:54 +02:00
2021-07-06 11:24:06 +02:00
2021-01-13 16:17:06 +01:00