All Projects → komietty → unity-animated-convexhull

komietty / unity-animated-convexhull

Licence: other
Realtime fast convexhull generator for Unity

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to unity-animated-convexhull

convhull 3d
A header-only C implementation of the Quickhull algorithm for building N-dimensional Convex Hulls and Delaunay meshes
Stars: ✭ 108 (+170%)
Mutual labels:  quickhull, convexhull
quickhull
Header-only single-class implementation of Quickhull algorithm for convex hulls finding in arbitrary dimension (>1) space.
Stars: ✭ 47 (+17.5%)
Mutual labels:  quickhull, geometric-algorithms
DAABBCC
Dynamic AABB Tree native extension with Branch and Bound Algorithm for Defold Engine
Stars: ✭ 42 (+5%)
Mutual labels:  collision-detection
golq
📡 2D locality queries in Go
Stars: ✭ 28 (-30%)
Mutual labels:  collision-detection
Libbulletjme
A JNI interface to Bullet Physics and V-HACD
Stars: ✭ 55 (+37.5%)
Mutual labels:  collision-detection
ufomap
UFOMap: An Efficient Probabilistic 3D Mapping Framework That Embraces the Unknown
Stars: ✭ 117 (+192.5%)
Mutual labels:  collision-detection
csb
A cloth and soft body simulation library, using position based dynamics.
Stars: ✭ 29 (-27.5%)
Mutual labels:  collision-detection
Aabbcc
Dynamic AABB trees in C++ with support for periodic systems.
Stars: ✭ 204 (+410%)
Mutual labels:  collision-detection
ComputeShaderBVHMeshHit
Unity ComputeShader implementation of BVH(Bounding Volume Hierarchy) based mesh hit checking.
Stars: ✭ 25 (-37.5%)
Mutual labels:  collision-detection
intersection-wasm
Mesh-Mesh and Triangle-Triangle Intersection tests based on the algorithm by Tomas Akenine-Möller
Stars: ✭ 17 (-57.5%)
Mutual labels:  collision-detection
blog
I wonder how~, I wonder why~
Stars: ✭ 30 (-25%)
Mutual labels:  collision-detection
3D interactive graphics rendering engine
Develop a 3D interactive graphics rendering engine
Stars: ✭ 31 (-22.5%)
Mutual labels:  collision-detection
exengine
A C99 3D game engine
Stars: ✭ 487 (+1117.5%)
Mutual labels:  collision-detection
Procedural-Shape-Generation
An Unity package, enabling user to generate shapes by scripting.
Stars: ✭ 19 (-52.5%)
Mutual labels:  convexhull
SSCD.js
Super Simple Collision Detection for JavaScript games!
Stars: ✭ 88 (+120%)
Mutual labels:  collision-detection
von-physics
"Arcade"-style game physics library
Stars: ✭ 35 (-12.5%)
Mutual labels:  collision-detection
Cupoch
Robotics with GPU computing
Stars: ✭ 225 (+462.5%)
Mutual labels:  collision-detection
parry
2D and 3D collision-detection library for Rust.
Stars: ✭ 267 (+567.5%)
Mutual labels:  collision-detection
LockstepCollision
A deterministic collision lib for lockstep
Stars: ✭ 51 (+27.5%)
Mutual labels:  collision-detection
triangle-mesh-collision
Self-collision detection for triangles meshes (C++, libigl, eigen)
Stars: ✭ 35 (-12.5%)
Mutual labels:  collision-detection

unity-animated-convexhull

Realtime Fast convex generator for Unity.

Because this creates mesh, it could be used as MeshCollider input (Demo below).

2D Convexhull

3D Convexhull

Collision Demo

Usage

You can assign specific vertex on scene view to include convex calculation.

using a simplex geom submodule, so update submodule first.

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].