move btShapeHull and btConvexHull into its own library in Extras/ConvexHull (it allocates memory using mem/delete and refactoring into using btAlignedAlloc/Free takes too much time) fix heightfield / btOptimizedBvh for quantization, so that raycast can use quantized aabb (clamp up for maxima and down for minima) work-in-progress (update projectfiles etc)
18 lines
621 B
Plaintext
18 lines
621 B
Plaintext
SubDir TOP Extras ;
|
|
|
|
SubInclude TOP Extras ConvexDecomposition ;
|
|
SubInclude TOP Extras COLLADA_DOM ;
|
|
SubInclude TOP Extras glui ;
|
|
SubInclude TOP Extras ConvexHull ;
|
|
SubInclude TOP Extras LibXML ;
|
|
SubInclude TOP Extras BulletColladaConverter ;
|
|
SubInclude TOP Extras BulletMultiThreaded ;
|
|
#SubInclude TOP Extras EPA ;
|
|
#SubInclude TOP Extras ExtraSolid35 ;
|
|
SubInclude TOP Extras quickstep ;
|
|
SubInclude TOP Extras AlternativeCollisionAlgorithms ;
|
|
SubInclude TOP Extras GIMPACT ;
|
|
SubInclude TOP Extras GIMPACTUtils ;
|
|
#GPUphysics needs 'make', not jam compatible build yet:
|
|
#SubInclude TOP Extras GPUphysics ;
|