/
redgpu
/
bullet
ОбзорДокументацияВойти
/
redgpu
/
bullet
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
bullet/
src/LinearMath/
..
TaskScheduler

LinearMath: Fix TaskScheduler build on UWP by disabling `getProcessorInformation`

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

add new files to CMakeLists

6 лет назад
btAabbUtil2.h

Update Bullet URL in copyright statements

5 лет назад
btAlignedAllocator.cpp

Update Bullet URL in copyright statements

5 лет назад
btAlignedAllocator.h

Update Bullet URL in copyright statements

5 лет назад
btAlignedObjectArray.h

Update Bullet URL in copyright statements

5 лет назад
btConvexHull.cpp

Initialize vertexSource

4 года назад
btConvexHull.h

Code-style consistency improvement: Apply clang-format-all.sh using the _clang-format file through all the cpp/.h files. make sure not to apply it to certain serialization structures, since some parser expects the * as part of the name, instead of type. This commit contains no other changes aside from adding and applying clang-format-all.sh

8 лет назад
btConvexHullComputer.cpp

CWE-190 integer overflow in btConvexHullComputer

6 лет назад
btConvexHullComputer.h

Add ability to get the original vertex index from the convex hull (#3018)

6 лет назад
btCpuFeatureUtility.h

Code-style consistency improvement: Apply clang-format-all.sh using the _clang-format file through all the cpp/.h files. make sure not to apply it to certain serialization structures, since some parser expects the * as part of the name, instead of type. This commit contains no other changes aside from adding and applying clang-format-all.sh

8 лет назад
btDefaultMotionState.h

Code-style consistency improvement: Apply clang-format-all.sh using the _clang-format file through all the cpp/.h files. make sure not to apply it to certain serialization structures, since some parser expects the * as part of the name, instead of type. This commit contains no other changes aside from adding and applying clang-format-all.sh

8 лет назад
btGeometryUtil.cpp

Update Bullet URL in copyright statements

5 лет назад
btGeometryUtil.h

Update Bullet URL in copyright statements

5 лет назад
btGrahamScan2dConvexHull.h

Code-style consistency improvement: Apply clang-format-all.sh using the _clang-format file through all the cpp/.h files. make sure not to apply it to certain serialization structures, since some parser expects the * as part of the name, instead of type. This commit contains no other changes aside from adding and applying clang-format-all.sh

8 лет назад
btHashMap.h

Code-style consistency improvement: Apply clang-format-all.sh using the _clang-format file through all the cpp/.h files. make sure not to apply it to certain serialization structures, since some parser expects the * as part of the name, instead of type. This commit contains no other changes aside from adding and applying clang-format-all.sh

8 лет назад
btIDebugDraw.h

Updating a misleading comment

5 лет назад
btImplicitQRSVD.h

add conjugate residual solver

6 лет назад
btList.h

Update Bullet URL in copyright statements

5 лет назад
btMatrix3x3.h

Update Bullet URL in copyright statements

5 лет назад
btMatrixX.h

Fix unused var warning.

6 лет назад
btMinMax.h

Update Bullet URL in copyright statements

5 лет назад
btModifiedGramSchmidt.h

add conjugate residual solver

6 лет назад
btMotionState.h

Update Bullet URL in copyright statements

5 лет назад
btPolarDecomposition.cpp

Code-style consistency improvement: Apply clang-format-all.sh using the _clang-format file through all the cpp/.h files. make sure not to apply it to certain serialization structures, since some parser expects the * as part of the name, instead of type. This commit contains no other changes aside from adding and applying clang-format-all.sh

8 лет назад
btPolarDecomposition.h

Code-style consistency improvement: Apply clang-format-all.sh using the _clang-format file through all the cpp/.h files. make sure not to apply it to certain serialization structures, since some parser expects the * as part of the name, instead of type. This commit contains no other changes aside from adding and applying clang-format-all.sh

8 лет назад
btPoolAllocator.h

Update Bullet URL in copyright statements

5 лет назад
btQuadWord.h

Update Bullet URL in copyright statements

5 лет назад
btQuaternion.h

Update Bullet URL in copyright statements

5 лет назад
btQuickprof.cpp

profile, enable TLS for a handful of BSD platforms.

6 лет назад
btQuickprof.h

Disable btQuickprof.h profiling by default. We use custom profiling functions, see b3ChromeUtilsStartTimings.

8 лет назад
btRandom.h

Update Bullet URL in copyright statements

5 лет назад
btReducedVector.cpp

CG with projection + MGS working

6 лет назад
btReducedVector.h

Compilation warning fixes: * new btSdfCollisionShapeInternalData() may not be allocated aligned 16 * Two cases of signed/unsigned mismatch

6 лет назад
btScalar.h

Bump up pybullet version to 3.26 expose max_num_object_capacity and max_shape_capacity_in_bytes to override the graphics VBO buffer allocations. This allows to load larger triangle meshes in pybullet.

3 года назад
btSerializer.cpp

bump up to Bullet version 2.89 and update serialization structures

7 лет назад
btSerializer.h

Bump up pybullet version to 3.26 expose max_num_object_capacity and max_shape_capacity_in_bytes to override the graphics VBO buffer allocations. This allows to load larger triangle meshes in pybullet.

3 года назад
btSerializer64.cpp

bump up to Bullet version 2.89 and update serialization structures

7 лет назад
btSpatialAlgebra.h

Code-style consistency improvement: Apply clang-format-all.sh using the _clang-format file through all the cpp/.h files. make sure not to apply it to certain serialization structures, since some parser expects the * as part of the name, instead of type. This commit contains no other changes aside from adding and applying clang-format-all.sh

8 лет назад
btStackAlloc.h

Update Bullet URL in copyright statements

5 лет назад
btThreads.cpp

Expose PyBullet.calculateVelocityQuaternion, getAxisAngleFromQuaternion, getQuaternionFromAxisAngle, getDifferenceQuaternion Add preparation for DeepMimic humanoid environment, replicating parts of https://github.com/xbpeng/DeepMimic Loading humanoid.urdf and applying motion action: examples/pybullet/gym/pybullet_envs/mimic/humanoid.py Loading MotionCapture data: examples/pybullet/gym/pybullet_envs/mimic/motion_capture_data.py Little test: examples/pybullet/gym/pybullet_envs/mimic/humanoid_test.py

8 лет назад
btThreads.h

Code-style consistency improvement: Apply clang-format-all.sh using the _clang-format file through all the cpp/.h files. make sure not to apply it to certain serialization structures, since some parser expects the * as part of the name, instead of type. This commit contains no other changes aside from adding and applying clang-format-all.sh

8 лет назад
btTransform.h

Intermittent alignment issues fix

4 года назад
btTransformUtil.h

Update Bullet URL in copyright statements

5 лет назад
btVector3.cpp

Update Bullet URL in copyright statements

5 лет назад
btVector3.h

Update Bullet URL in copyright statements

5 лет назад
premake4.lua

add premake option 'enable-multithreading'

8 лет назад