/
redgpu
/
bullet
ОбзорДокументацияВойти
/
redgpu
/
bullet
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
bullet/
src/BulletMultiThreaded/
..
GpuSoftBodySolvers

apply CMake patch in Issue 748 thanks to Julien Schueller for the contribution!

13 лет назад
SpuNarrowPhaseCollisionTask

Don't pass along unused btStackAlloc everywhere. The API change might user code (derived classes with the old virtual method are not called anymore)

13 лет назад
SpuSampleTask

minor tweaks to demos: enable constraint debug drawing in AllBulletDemos, default constraint debugging size set to 0.3, set svn:eol-style native for folder files http://code.google.com/p/bullet/issues/detail?id=191

17 лет назад
CMakeLists.txt

apply CMake patch in Issue 748 thanks to Julien Schueller for the contribution!

13 лет назад
HeapManager.h

add the BT_ prefix for all #ifdef guards, to avoid conflicts with developers own header defines. Fixes Issue 497

15 лет назад
PlatformDefinitions.h

use __int64 for 64bit uint64_t for 64bit Visual Studio See https://code.google.com/p/bullet/issues/detail?id=717 allow parallel constraint solver in double precision See https://code.google.com/p/bullet/issues/detail?id=728

13 лет назад
PosixThreadSupport.cpp

better fix for memory issue of BulletMultiThreaded See Issue 271 and http://www.bulletphysics.org/Bullet/phpBB3/viewtopic.php?p=&f=9&t=4043

14 лет назад
PosixThreadSupport.h

better fix for memory issue of BulletMultiThreaded See Issue 271 and http://www.bulletphysics.org/Bullet/phpBB3/viewtopic.php?p=&f=9&t=4043

14 лет назад
PpuAddressSpace.h

add the BT_ prefix for all #ifdef guards, to avoid conflicts with developers own header defines. Fixes Issue 497

15 лет назад
SequentialThreadSupport.cpp

fix MinGW compilation, use size_t instead of unsigned long add missing virtual methods in SequentialThreadSupport

14 лет назад
SequentialThreadSupport.h

fix MinGW compilation, use size_t instead of unsigned long add missing virtual methods in SequentialThreadSupport

14 лет назад
SpuCollisionObjectWrapper.cpp

moved Extras/Gimpact to src/BulletCollision/Gimpact moved Extras/BulletMultiThreaded to src/BulletMultiThreaded (build systems will be updated soon)

18 лет назад
SpuCollisionObjectWrapper.h

add the BT_ prefix for all #ifdef guards, to avoid conflicts with developers own header defines. Fixes Issue 497

15 лет назад
SpuCollisionTaskProcess.cpp

minor fixes in BulletMultiThreaded: SpuCollisionTaskProcess had a memory leak and warnings in btParallelConstraintSolver

16 лет назад
SpuCollisionTaskProcess.h

add the BT_ prefix for all #ifdef guards, to avoid conflicts with developers own header defines. Fixes Issue 497

15 лет назад
SpuContactManifoldCollisionAlgorithm.cpp

Applied polar decomposition patch. Fixes Issue 621. Thanks to Christian for the report, Joshua for the fix, Dongsoo for checking the fix. Applied picking cloth patch. Fixes Issue 646. Thanks to Dongsoo. Applied patch Softbody updateConstraints. Fixes Issue 503. Thanks to Dave Bruce Phillips and Dongsoo. Fix various warnigns under Mac OSX.

14 лет назад
SpuContactManifoldCollisionAlgorithm.h

Applied polar decomposition patch. Fixes Issue 621. Thanks to Christian for the report, Joshua for the fix, Dongsoo for checking the fix. Applied picking cloth patch. Fixes Issue 646. Thanks to Dongsoo. Applied patch Softbody updateConstraints. Fixes Issue 503. Thanks to Dave Bruce Phillips and Dongsoo. Fix various warnigns under Mac OSX.

14 лет назад
SpuDoubleBuffer.h

add the BT_ prefix for all #ifdef guards, to avoid conflicts with developers own header defines. Fixes Issue 497

15 лет назад
SpuFakeDma.cpp

fixes to make MultiThreadedDemo work in 64bit, ParallelConstraintSolver won't work yet, only the parallel collision dispatcher

15 лет назад
SpuFakeDma.h

add the BT_ prefix for all #ifdef guards, to avoid conflicts with developers own header defines. Fixes Issue 497

15 лет назад
SpuGatheringCollisionDispatcher.cpp

fix win32 (non-glut) cmake build. add partId/index to btCollisionObjectWrapper to be able to recognize recursive shape indices (a btCompoundShape with a btGimpactShape child shape etc)

14 лет назад
SpuGatheringCollisionDispatcher.h

add the BT_ prefix for all #ifdef guards, to avoid conflicts with developers own header defines. Fixes Issue 497

15 лет назад
SpuLibspe2Support.cpp

moved Extras/Gimpact to src/BulletCollision/Gimpact moved Extras/BulletMultiThreaded to src/BulletMultiThreaded (build systems will be updated soon)

18 лет назад
SpuLibspe2Support.h

add the BT_ prefix for all #ifdef guards, to avoid conflicts with developers own header defines. Fixes Issue 497

15 лет назад
SpuSampleTaskProcess.cpp

Fixes to allow compilation of BulletMultiThreaded under 64bit linux

18 лет назад
SpuSampleTaskProcess.h

add the BT_ prefix for all #ifdef guards, to avoid conflicts with developers own header defines. Fixes Issue 497

15 лет назад
SpuSync.h

add the BT_ prefix for all #ifdef guards, to avoid conflicts with developers own header defines. Fixes Issue 497

15 лет назад
TrbDynBody.h

Apple contribution for OSX SSE and iOS NEON optimizations unit tests, thanks to Jordan Hubbard, Ian Ollmann and Hristo Hristov.

14 лет назад
TrbStateVec.h

Apple contribution for OSX SSE and iOS NEON optimizations unit tests, thanks to Jordan Hubbard, Ian Ollmann and Hristo Hristov.

14 лет назад
Win32ThreadSupport.cpp

disable all demos for premake4 iOS build (it only compiles HelloWorld, Benchmark and UnitTest for now) add btAlignedFree to deleteCriticalSection

14 лет назад
Win32ThreadSupport.h

better fix for memory issue of BulletMultiThreaded See Issue 271 and http://www.bulletphysics.org/Bullet/phpBB3/viewtopic.php?p=&f=9&t=4043

14 лет назад
btGpu3DGridBroadphase.cpp

Applied polar decomposition patch. Fixes Issue 621. Thanks to Christian for the report, Joshua for the fix, Dongsoo for checking the fix. Applied picking cloth patch. Fixes Issue 646. Thanks to Dongsoo. Applied patch Softbody updateConstraints. Fixes Issue 503. Thanks to Dave Bruce Phillips and Dongsoo. Fix various warnigns under Mac OSX.

14 лет назад
btGpu3DGridBroadphase.h

Applied polar decomposition patch. Fixes Issue 621. Thanks to Christian for the report, Joshua for the fix, Dongsoo for checking the fix. Applied picking cloth patch. Fixes Issue 646. Thanks to Dongsoo. Applied patch Softbody updateConstraints. Fixes Issue 503. Thanks to Dave Bruce Phillips and Dongsoo. Fix various warnigns under Mac OSX.

14 лет назад
btGpu3DGridBroadphaseSharedCode.h

fix: some file didn't have the svn:eol-style native yet

16 лет назад
btGpu3DGridBroadphaseSharedDefs.h

fix: some file didn't have the svn:eol-style native yet

16 лет назад
btGpu3DGridBroadphaseSharedTypes.h

fix: some file didn't have the svn:eol-style native yet

16 лет назад
btGpuDefines.h

Improved Slider, Hinge and Generic6DOF constraint setup. Turned on by default, use m_useOffsetForConstraintFrame = false to use old setup Use "O" (capital 'o') button to toggle it in SliderConstraintDemo and ConstraintDemo

17 лет назад
btGpuUtilsSharedCode.h

fix: some file didn't have the svn:eol-style native yet

16 лет назад
btGpuUtilsSharedDefs.h

fix: some file didn't have the svn:eol-style native yet

16 лет назад
btParallelConstraintSolver.cpp

use __int64 for 64bit uint64_t for 64bit Visual Studio See https://code.google.com/p/bullet/issues/detail?id=717 allow parallel constraint solver in double precision See https://code.google.com/p/bullet/issues/detail?id=728

13 лет назад
btParallelConstraintSolver.h

Don't pass along unused btStackAlloc everywhere. The API change might user code (derived classes with the old virtual method are not called anymore)

13 лет назад
btThreadSupportInterface.cpp

moved Extras/Gimpact to src/BulletCollision/Gimpact moved Extras/BulletMultiThreaded to src/BulletMultiThreaded (build systems will be updated soon)

18 лет назад
btThreadSupportInterface.h

fix MinGW compilation, use size_t instead of unsigned long add missing virtual methods in SequentialThreadSupport

14 лет назад
vectormath2bullet.h

Applied patch for character controller by bjorn.wesen. Fixes Issue 644.

14 лет назад
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©