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

Allow to compile pybullet using btDiscreteDynamicsWorld (no multibodies and no deformables), this allows to create Jacobian and Mass matrix (and A=J*M-1*J_transpose) with MLCP solvers Add examples/pybullet/gym/pybullet_utils/readwriteurdf.py, this allows to read a URDF and write the URDF with more reasonable inertia tensors (based on mass and collision volumes)

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

Update CMakeLists.txt

2 года назад
CollisionShape2TriangleMesh.cpp

extend BVH and GImpact algorithms to accept meshes with UCHAR indices

6 лет назад
CollisionShape2TriangleMesh.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 лет назад
EmptyBrowser.h

NoGL: Update ExampleBrowserInterface and EmptyBrowser, with interface methods added to the OpenGL example browser, but didn't get added to the interface and empty interface. Required to compile the in-process example browser without OpenGL dependency.

6 лет назад
EmptyExample.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 лет назад
ExampleBrowserInterface.h

NoGL: Update ExampleBrowserInterface and EmptyBrowser, with interface methods added to the OpenGL example browser, but didn't get added to the interface and empty interface. Required to compile the in-process example browser without OpenGL dependency.

6 лет назад
ExampleEntries.cpp

Revert "Revert "Reduced Deformable Model""

4 года назад
ExampleEntries.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 лет назад
GL_ShapeDrawer.cpp

Update Bullet URL in copyright statements

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

Update Bullet URL in copyright statements

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

Embed graphics server (shared memory) in PyBullet. Use pybullet.connect(pybullet.GRAPHICS_SERVER) to enable it. TODO: enable for Mac OSX on mainloop, add tcp bridges from and to shared memory.

6 лет назад
InProcessExampleBrowser.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 лет назад
OpenGLExampleBrowser.cpp

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 года назад
OpenGLExampleBrowser.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 лет назад
OpenGLGuiHelper.cpp

Add pybullet.configureDebugVisualizer(rgbBackground=[red,green,blue]) (each component a float in the range [0,1]) This is an alternative to passing options="--background_color_red=red --background_color_green=green --background_color_blue=blue" in the connect method.

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

Add pybullet.configureDebugVisualizer(rgbBackground=[red,green,blue]) (each component a float in the range [0,1]) This is an alternative to passing options="--background_color_red=red --background_color_green=green --background_color_blue=blue" in the connect method.

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

kinematic tested. specified delta_v as a cosine function.

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

fix premake4 build

4 года назад