mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 08:34:40 +00:00
update bullet so it actually works
Moved the addSourceDirectory for physics/Bullet into the Engine/Source/CMakeLists.txt file that way it can actually appear where we expect it to in the solution explorer.
This commit is contained in:
parent
c7be48130a
commit
13fa178cf6
5986 changed files with 1811270 additions and 453803 deletions
BIN
Engine/lib/bullet/data/reduced_torus/K_r_diag_mat.bin
Normal file
BIN
Engine/lib/bullet/data/reduced_torus/K_r_diag_mat.bin
Normal file
Binary file not shown.
BIN
Engine/lib/bullet/data/reduced_torus/M_diag_mat.bin
Normal file
BIN
Engine/lib/bullet/data/reduced_torus/M_diag_mat.bin
Normal file
Binary file not shown.
BIN
Engine/lib/bullet/data/reduced_torus/M_r_diag_mat.bin
Normal file
BIN
Engine/lib/bullet/data/reduced_torus/M_r_diag_mat.bin
Normal file
Binary file not shown.
BIN
Engine/lib/bullet/data/reduced_torus/eigenvalues.bin
Normal file
BIN
Engine/lib/bullet/data/reduced_torus/eigenvalues.bin
Normal file
Binary file not shown.
BIN
Engine/lib/bullet/data/reduced_torus/modes.bin
Normal file
BIN
Engine/lib/bullet/data/reduced_torus/modes.bin
Normal file
Binary file not shown.
15
Engine/lib/bullet/data/reduced_torus/reduced_torus.urdf
Normal file
15
Engine/lib/bullet/data/reduced_torus/reduced_torus.urdf
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0"?>
|
||||
<robot name="reduced_cube">
|
||||
<reduced_deformable name="reduced_cube">
|
||||
<num_modes value="20"/>
|
||||
<mass value="10"/>
|
||||
<stiffness_scale value="10"/>
|
||||
<collision_margin value="0.01"/>
|
||||
<erp value= "0.2"/>
|
||||
<cfm value= "0.2"/>
|
||||
<friction value= "0.5"/>
|
||||
<damping_coefficient value="0.00001"/>
|
||||
<visual filename="torus_textured.obj"/>
|
||||
<collision filename="torus_mesh.vtk"/>
|
||||
</reduced_deformable>
|
||||
</robot>
|
||||
9917
Engine/lib/bullet/data/reduced_torus/torus_mesh.vtk
Normal file
9917
Engine/lib/bullet/data/reduced_torus/torus_mesh.vtk
Normal file
File diff suppressed because it is too large
Load diff
9917
Engine/lib/bullet/data/reduced_torus/torus_mesh_visual.vtk
Normal file
9917
Engine/lib/bullet/data/reduced_torus/torus_mesh_visual.vtk
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue