1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-26 15:46:23 +00:00
Files
godot/doc/classes
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-05-20 12:56:56 +02:00
2021-06-07 12:11:52 +02:00
2021-05-31 05:25:12 -04:00
2021-05-20 13:29:38 +03:00
2021-05-20 13:29:38 +03:00
2021-05-20 12:56:56 +02:00
2021-06-19 09:28:53 +02:00
2021-06-18 11:00:44 -04:00