mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-26 23:05:38 +00:00
* Adjustment: Initial CMake reworking.
This commit is contained in:
parent
516163fd5d
commit
d7cdf54661
5394 changed files with 2615532 additions and 8711 deletions
BIN
Engine/lib/bullet/data/table_square/checker_grid.jpg
Normal file
BIN
Engine/lib/bullet/data/table_square/checker_grid.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 32 KiB |
16
Engine/lib/bullet/data/table_square/table.mtl
Normal file
16
Engine/lib/bullet/data/table_square/table.mtl
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
newmtl table
|
||||
Ns 10.0000
|
||||
Ni 1.5000
|
||||
d 1.0000
|
||||
Tr 0.0000
|
||||
Tf 1.0000 1.0000 1.0000
|
||||
illum 2
|
||||
Ka 0.0000 0.0000 0.0000
|
||||
Kd 0.5880 0.5880 0.5880
|
||||
Ks 0.0000 0.0000 0.0000
|
||||
Ke 0.0000 0.0000 0.0000
|
||||
map_Ka table.tga
|
||||
map_Kd checker_grid.jpg
|
||||
|
||||
|
||||
|
||||
61
Engine/lib/bullet/data/table_square/table_square.urdf
Normal file
61
Engine/lib/bullet/data/table_square/table_square.urdf
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
<?xml version="0.0" ?>
|
||||
<robot name="urdf_table">
|
||||
<link name="world"/>
|
||||
<joint name="fixed" type="fixed">
|
||||
<parent link="world"/>
|
||||
<child link="baseLink"/>
|
||||
<origin xyz="0 0 0"/>
|
||||
</joint>
|
||||
|
||||
<link name="baseLink">
|
||||
<inertial>
|
||||
<origin rpy="0 0 0" xyz="0 0 0.6"/>
|
||||
<mass value="0"/>
|
||||
<inertia ixx="0.1" ixy="0" ixz="0" iyy="0.1" iyz="0" izz="0.1"/>
|
||||
</inertial>
|
||||
<visual>
|
||||
<origin rpy="0 0 0" xyz="0 0 0.6"/>
|
||||
<geometry>
|
||||
<mesh filename="table.obj" scale="0.6 0.6 0.08"/>
|
||||
</geometry>
|
||||
<material name="framemat0">
|
||||
<color
|
||||
rgba="1 1 1 1" />
|
||||
</material>
|
||||
</visual>
|
||||
<visual>
|
||||
<origin rpy="0 0 0" xyz="-0.25 -0.25 0.28"/>
|
||||
<geometry>
|
||||
<box size="0.05 0.05 0.56"/>
|
||||
</geometry>
|
||||
<material name="framemat0"/>
|
||||
</visual>
|
||||
<visual>
|
||||
<origin rpy="0 0 0" xyz="-0.25 0.25 0.28"/>
|
||||
<geometry>
|
||||
<box size="0.05 0.05 0.56"/>
|
||||
</geometry>
|
||||
<material name="framemat0"/>
|
||||
</visual>
|
||||
<visual>
|
||||
<origin rpy="0 0 0" xyz="0.25 -0.25 0.28"/>
|
||||
<geometry>
|
||||
<box size="0.05 0.05 0.56"/>
|
||||
</geometry>
|
||||
<material name="framemat0"/>
|
||||
</visual>
|
||||
<visual>
|
||||
<origin rpy="0 0 0" xyz="0.25 0.25 0.28"/>
|
||||
<geometry>
|
||||
<box size="0.05 0.05 0.56"/>
|
||||
</geometry>
|
||||
</visual>
|
||||
<collision>
|
||||
<origin rpy="0 0 0" xyz="0 0 0.6"/>
|
||||
<geometry>
|
||||
<box size="0.6 0.6 0.08"/>
|
||||
</geometry>
|
||||
</collision>
|
||||
</link>
|
||||
</robot>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue