mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 23:24:41 +00:00
* Adjustment: Update Bullet version to 3.24.
This commit is contained in:
parent
35de012ee7
commit
4a3f31df2a
6148 changed files with 2112532 additions and 56873 deletions
BIN
Engine/lib/bullet/data/reduced_cube/K_r_diag_mat.bin
Normal file
BIN
Engine/lib/bullet/data/reduced_cube/K_r_diag_mat.bin
Normal file
Binary file not shown.
BIN
Engine/lib/bullet/data/reduced_cube/M_diag_mat.bin
Normal file
BIN
Engine/lib/bullet/data/reduced_cube/M_diag_mat.bin
Normal file
Binary file not shown.
BIN
Engine/lib/bullet/data/reduced_cube/M_r_diag_mat.bin
Normal file
BIN
Engine/lib/bullet/data/reduced_cube/M_r_diag_mat.bin
Normal file
Binary file not shown.
1134
Engine/lib/bullet/data/reduced_cube/cube_mesh.vtk
Normal file
1134
Engine/lib/bullet/data/reduced_cube/cube_mesh.vtk
Normal file
File diff suppressed because it is too large
Load diff
14
Engine/lib/bullet/data/reduced_cube/deform_cube.urdf
Normal file
14
Engine/lib/bullet/data/reduced_cube/deform_cube.urdf
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0"?>
|
||||
<robot name="cube">
|
||||
<deformable name="cube">
|
||||
<inertial>
|
||||
<mass value="10" />
|
||||
<inertia ixx="0.0" ixy="0" ixz="0" iyy="0" iyz="0" izz="0" />
|
||||
</inertial>
|
||||
<collision_margin value="0.006"/>
|
||||
<repulsion_stiffness value="800.0"/>
|
||||
<friction value= "0.5"/>
|
||||
<neohookean mu= "180" lambda= "600" damping= "0.01" />
|
||||
<visual filename="cube_mesh.vtk"/>
|
||||
</deformable>
|
||||
</robot>
|
||||
BIN
Engine/lib/bullet/data/reduced_cube/eigenvalues.bin
Normal file
BIN
Engine/lib/bullet/data/reduced_cube/eigenvalues.bin
Normal file
Binary file not shown.
BIN
Engine/lib/bullet/data/reduced_cube/modes.bin
Normal file
BIN
Engine/lib/bullet/data/reduced_cube/modes.bin
Normal file
Binary file not shown.
14
Engine/lib/bullet/data/reduced_cube/reduced_cube.urdf
Normal file
14
Engine/lib/bullet/data/reduced_cube/reduced_cube.urdf
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0"?>
|
||||
<robot name="reduced_cube">
|
||||
<reduced_deformable name="reduced_cube">
|
||||
<num_modes value="20"/>
|
||||
<mass value="10"/>
|
||||
<stiffness_scale value="100"/>
|
||||
<collision_margin value="0.01"/>
|
||||
<erp value= "0.2"/>
|
||||
<cfm value= "0.2"/>
|
||||
<friction value= "0.5"/>
|
||||
<damping_coefficient value="0.0"/>
|
||||
<visual filename="cube_mesh.vtk"/>
|
||||
</reduced_deformable>
|
||||
</robot>
|
||||
Loading…
Add table
Add a link
Reference in a new issue