mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-16 14:40:05 +00:00
700db838b1
For example, to only allow linear motion in the X-Z plane, and only rotation around Y axis use: body->setLinearFactor(btVector3(1,0,1)); body->setAngularFactor(btVector3(0,1,0)); Fix build issues with CodeBlocks, when generating projectfiles using CMake 2.6: ${OPENGL_glU_LIBRARY} should be ${OPENGL_glu_LIBRARY} Fix build issue with CodeBlocks, comment out xmlfree in Extras/COLLADA_DOM/src/modules/LIBXMLPlugin/daeLIBXMLPlugin.cpp (will leak memory) |
||
---|---|---|
.. | ||
include | ||
src | ||
CMakeLists.txt | ||
Jamfile | ||
readme.txt | ||
scea-shared-source-lic1.0.txt | ||
scea-shared-source-license1.0.pdf |
Download COLLADA 1.4 DOM COLLADA DOM Patch3 or later and unzip here. http://sourceforge.net/projects/collada-dom Visual Studio 2005 projectfiles are provided.