├── LICENSE ├── README.md └── examples ├── multiple_boxes.fcstd ├── multiple_boxes.py ├── single_box.fcstd └── single_box.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JMG1/FreeCAD_BulletPhysics/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JMG1/FreeCAD_BulletPhysics/HEAD/README.md -------------------------------------------------------------------------------- /examples/multiple_boxes.fcstd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JMG1/FreeCAD_BulletPhysics/HEAD/examples/multiple_boxes.fcstd -------------------------------------------------------------------------------- /examples/multiple_boxes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JMG1/FreeCAD_BulletPhysics/HEAD/examples/multiple_boxes.py -------------------------------------------------------------------------------- /examples/single_box.fcstd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JMG1/FreeCAD_BulletPhysics/HEAD/examples/single_box.fcstd -------------------------------------------------------------------------------- /examples/single_box.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JMG1/FreeCAD_BulletPhysics/HEAD/examples/single_box.py --------------------------------------------------------------------------------