This commit is contained in:
Quella777
2025-08-25 16:30:02 +08:00
commit 32cc2a8e96
1633 changed files with 289456 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 845 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 924 KiB

View File

@@ -0,0 +1,58 @@
# 3ds Max Wavefront OBJ Exporter v0.97b - (c)2007 guruware
# File Created: 27.09.2016 21:22:16
newmtl Road
Ns 10.0000
Ni 1.5000
d 1.0000
Tr 0.0000
Tf 1.0000 1.0000 1.0000
illum 2
Ka 0.5882 0.5882 0.5882
Kd 0.5882 0.5882 0.5882
Ks 0.0000 0.0000 0.0000
Ke 0.0000 0.0000 0.0000
map_Ka ../materials/textures/road.png
map_Kd ../materials/textures/road.png
newmtl Grass
Ns 10.0000
Ni 1.5000
d 1.0000
Tr 0.0000
Tf 1.0000 1.0000 1.0000
illum 2
Ka 0.5882 0.5882 0.5882
Kd 0.5882 0.5882 0.5882
Ks 0.0000 0.0000 0.0000
Ke 0.0000 0.0000 0.0000
map_Ka ../materials/textures/grass.png
map_Kd ../materials/textures/grass.png
newmtl Concrete
Ns 10.0000
Ni 1.5000
d 1.0000
Tr 0.0000
Tf 1.0000 1.0000 1.0000
illum 2
Ka 0.5882 0.5882 0.5882
Kd 0.5882 0.5882 0.5882
Ks 0.0000 0.0000 0.0000
Ke 0.0000 0.0000 0.0000
map_Ka ../materials/textures/concrete.png
map_Kd ../materials/textures/concrete.png
newmtl Arrow
Ns 0.0000
Ni 1.5000
d 1.0000
Tr 0.0000
Tf 1.0000 1.0000 1.0000
illum 2
Ka 1.0000 1.0000 1.0000
Kd 1.0000 1.0000 1.0000
Ks 0.0000 0.0000 0.0000
Ke 0.0000 0.0000 0.0000
map_Ka ../materials/textures/arrow.png
map_Kd ../materials/textures/arrow.png

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,22 @@
<?xml version="1.0"?>
<model>
<name>Cloverleaf Interchange</name>
<version>1.0</version>
<sdf version="1.6">model.sdf</sdf>
<author>
<name>Cole Biesemeyer</name>
<email>cole.bsmr@gmail.com</email>
</author>
<author>
<name>Nate Koenig</name>
<email>natekoenig@gmail.com</email>
</author>
<description>
A model of a cloverleaf highway interchange.
</description>
</model>

View File

@@ -0,0 +1,24 @@
<?xml version="1.0" ?>
<sdf version="1.5">
<model name="cloverleaf_interchange">
<static>true</static>
<link name="link">
<collision name="collision">
<geometry>
<mesh>
<uri>model://cloverleaf_interchange/meshes/cloverleaf.obj</uri>
<scale>0.0254 0.0254 0.0254</scale>
</mesh>
</geometry>
</collision>
<visual name="visual">
<geometry>
<mesh>
<uri>model://cloverleaf_interchange/meshes/cloverleaf.obj</uri>
<scale>0.0254 0.0254 0.0254</scale>
</mesh>
</geometry>
</visual>
</link>
</model>
</sdf>