summaryrefslogtreecommitdiff
path: root/Extras/HACD
diff options
context:
space:
mode:
authorerwincoumans <erwin.coumans@gmail.com>2015-07-10 22:20:06 -0700
committererwincoumans <erwin.coumans@gmail.com>2015-07-10 22:20:06 -0700
commit6c9ce344ead7352113d8d73291525e1991cc5c4a (patch)
treeac2028f97362d92bdd18581ec85073f076490c85 /Extras/HACD
parentf6f76901fd85a819c9c325ba44fda315086bcfab (diff)
downloadbullet3-6c9ce344ead7352113d8d73291525e1991cc5c4a.tar.gz
fix shadowmap crash on some Intel GPUs, see https://github.com/bulletphysics/bullet3/issues/4
remove targetdir from all libraries in premake, so it is much easier to create a separate folder for all binary+lib transmit the serialized btMultiBody data back from server to client, after the server loads a URDF file. This includes base+link+joint names tweak the serialization routines, so it is easier to skip pointers and to serialize directly to a shared memory buffer also tweak the serialization code to allow to process data without 'DNA' schema data (assuming file-DNA = memory DNA)
Diffstat (limited to 'Extras/HACD')
-rw-r--r--Extras/HACD/premake4.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/Extras/HACD/premake4.lua b/Extras/HACD/premake4.lua
index 7b82929e6..14b83929a 100644
--- a/Extras/HACD/premake4.lua
+++ b/Extras/HACD/premake4.lua
@@ -1,7 +1,7 @@
project "HACD"
kind "StaticLib"
- targetdir "../../lib"
+
includedirs {"."}
files {
"**.cpp",