https://github.com/timdecode/KdTreeFaceUnreal
A Kd face tree for Unreal Engine 4, that enables very fast nearest-point-to-mesh queries. The code is directly ported from the VCGLib.
https://github.com/timdecode/KdTreeFaceUnreal
kd-tree mesh mesh-processing nearest-point unreal unreal-engine
Last synced: 25 days ago
JSON representation
A Kd face tree for Unreal Engine 4, that enables very fast nearest-point-to-mesh queries. The code is directly ported from the VCGLib.
- Host: GitHub
- URL: https://github.com/timdecode/KdTreeFaceUnreal
- Owner: timdecode
- License: gpl-3.0
- Created: 2019-01-30T00:01:08.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-30T17:48:41.000Z (about 6 years ago)
- Last Synced: 2023-08-13T14:54:06.476Z (over 1 year ago)
- Topics: kd-tree, mesh, mesh-processing, nearest-point, unreal, unreal-engine
- Language: C++
- Homepage:
- Size: 21.5 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome_unreal_engine_4_-_5 - KdTreeFaceUnreal (Querie on Mesh)
- awesome_unreal_engine_4_-_5 - KdTreeFaceUnreal (Querie on Mesh)
README
# KdTreeFaceUnreal
A Kd face tree for Unreal Engine 4, that enables very fast nearest-point-to-mesh queries.The code is based on [kdtree_face.h](https://github.com/cnr-isti-vclab/vcglib/blob/master/vcg/space/index/kdtree/kdtree_face.h) from the [Visual and Computer Graphics Library.](https://github.com/cnr-isti-vclab/vcglib)
The [license is the VCG License,](https://github.com/cnr-isti-vclab/vcglib/blob/master/LICENSE.txt) which is the GPL. I'm sorry.