UPBGE / upbge

UPBGE, the best integrated game engine in Blender
https://upbge.org
Other
1.45k stars 180 forks source link

Pass whole mesh into BVH tree and KDtree for fast lookup #43

Closed BluePrintRandom closed 8 years ago

BluePrintRandom commented 8 years ago

currently I can pass a mesh into a mathutils.bvhTree using from poly and iterating, can we add the ability to pass a mesh/vertex array into the BVHTree ?

same goes for KDTree.

BluePrintRandom commented 8 years ago

DCubix :-1:

you have to post why you are closing a issue,

don't just kill them.

BluePrintRandom commented 7 years ago

could we look into this?

BufferKdTree is something I found for openCL acceleration of building a kdtree, maybe something like this is applicable to bvhtree as well?

BluePrintRandom commented 6 years ago

can we re-open and close this as merged?

@panzergame