TorqueGameEngines / Torque3D

Other
1.45k stars 159 forks source link

Remove nvConvexDecomp and replace it with v-hacd #1276

Closed marauder2k7 closed 3 months ago

marauder2k7 commented 3 months ago

Updated the lib used for convex hull generation.

note: needs tested on other platforms.

dottools commented 3 months ago

Why are there unrelated changes in this PR? Such as ThreadPool to TorqueThreadPool?

marauder2k7 commented 3 months ago

Why are there unrelated changes in this PR? Such as ThreadPool to TorqueThreadPool?

naming conflict with the resource as it also has a class called threadpool

marauder2k7 commented 3 months ago

Why are there unrelated changes in this PR? Such as ThreadPool to TorqueThreadPool?

turns out the ThreadPool class in the resource is nested in a namespace so we should be fine......... reverted rename back