3c558ec995
explicitly deserialize btCapsuleShape date (margin, scaling, halfextents), because the API modifies them
Erwin Coumans
2014-08-26 17:21:08 -07:00
a0778a1d49
CMakeLists.txt: OSX check is below 10.9 (not below 10.10), and add new files
Erwin Coumans
2014-08-26 11:37:00 -07:00
2b35911f2a
X11OpenGLWindow: create stencil buffer for shadows in OpenGL2 mode (OpenGL3 uses shadow maps) Add 'createCollisionObjectGraphicsObject' API for CommonPhysicsSetup Add 'pthread' dependency as workaround for NVIDIA graphics driver issue (see //See https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-319/+bug/1248642 )
Erwin Coumans
2014-08-26 11:28:44 -07:00
d93b27f16c
premake4: add option to force dynamic loading of OpenGL and X11 --force_dlopen_opengl and --force_dlopen_x11
Erwin Coumans
2014-08-18 22:19:34 -07:00
bf1bd07636
premake4 build: allow to dynamically load X11 if X11 system headers/library is missing premake4 build: allow to dynamically load OpenGL/GLEW/glx if system headers are missing
Erwin Coumans
2014-08-18 21:43:08 -07:00
670576ec72
remove #include <stdbool.h> it breaks MSVC 2010 enable gtest by default when using premake, added flag without-gtest use gtest ASSERT_EQ( expected_value, actual_value) instead of the reverse, this fixes issue 205 (https://github.com/bulletphysics/bullet3/issues/205)
erwin coumans
2014-08-12 12:18:32 -07:00
f9691957c1
fix Windows version of urdf parser
Erwin Coumans
2014-07-31 14:42:33 -07:00
793bcb1cde
move menuItems into constructor (was a typo)
Erwin Coumans
2014-07-31 14:20:24 -07:00
8e1fbb482b
add GwenParameterInterface.cpp and ConstraintPhysicsSetup.cpp to CMakeLists.txt should fix the build
Erwin Coumans
2014-07-31 14:06:53 -07:00
04632538ec
add tinyxml, urdfdom and urdfdom_headers from https://github.com/ros/urdfdom (removed BOOST dependency and make it compile on Windows)
Erwin Coumans
2014-07-31 13:38:31 -07:00
4b8c8e7910
expose basic parameters in SimpleOpenGL3App, test with accumulated hinge angle, GUI is still preliminary
Erwin Coumans
2014-07-31 11:47:04 -07:00
d798144167
don't add collision shapes to the list twice
Erwin Coumans
2014-07-30 22:28:38 -07:00
a817b0bb24
support Retina for movie generation in SimpleOpenGL3App
Erwin Coumans
2014-07-29 23:06:36 -07:00
0c39cda57b
enable png and mp4 output in SimpleOpenGL3App, see Demos3/SimpleOpenGL3 use commandline parameter --png_file="pngname" or --mp4_file="video.mp4"
Erwin Coumans
2014-07-29 16:58:22 -07:00
fb01827aee
expose debugDraw in gl3
Erwin Coumans
2014-07-29 14:03:15 -07:00
cac50c1a8e
remove a few warnings, fix GLInstancingRenderer::drawLines
=
2014-07-29 11:08:09 -07:00
c487170196
remove OpenGL/glu.h from gl3 headers (warning), replace some OpenGL definitions ARB/non-ARB
=
2014-07-27 11:19:11 -07:00
1054fd1992
Fix CMakeLists.txt to not unconditionally add include paths to native system headers in /usr/include and /usr/local/include, which contain include files for the host architecture, and not the target architecture that is being compiled for.
Jukka Jylänki
2014-07-12 13:50:12 +03:00
d4fd695d56
Compile fix for parallelLinearBvh.cl on OS X Intel HD 5000
Jack Andersen
2014-07-11 14:11:11 -10:00
433d349369
add option for newer Linux demos to dynamically load X11, glX and OpenGL 1 functions (and avoid having to link against X, glx and GL) -DGLEW_INIT_OPENGL11_FUNCTIONS -DGLEW_DYNAMIC_LOAD_ALL_GLX_FUNCTIONS -DDYNAMIC_LOAD_X11_FUNCTIONS and link against libdl (for example usingi -ldl)
Erwin Coumans (Google)
2014-07-11 14:25:32 -07:00
72ae3b6afb
test commit for travis-ci.org
Erwin Coumans (Google)
2014-07-11 13:21:00 -07:00
b99ef60451
test commit for travis-ci.org
Erwin Coumans (Google)
2014-07-11 13:17:33 -07:00
27b0e4d1e6
experiments with params in AllBullet2Demos (quick hack for testing, will clean this up soon) yet another workaround to make Intel GPU work with glDrawBuffers on Ubuntu
Erwin Coumans (Google)
2014-07-08 16:42:57 -07:00
f89d70b895
fix Linux build
Erwin Coumans (Google)
2014-07-03 22:41:07 -07:00
b438b91009
fix Mac build
Erwin Coumans
2014-07-03 22:30:50 -07:00
bae303c5da
add preliminary glut replacement test for Bullet 2.x demos
Erwin Coumans
2014-07-03 16:42:50 -07:00