Skip to content

Commit c63c5c6

Browse files
committed
Update scene
1 parent 79c8214 commit c63c5c6

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

crazyflow/scene.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
<mujoco model="CF2 scene">
1+
<mujoco model="Drone scene">
22
<option integrator="RK4" density="1.225" viscosity="1.8e-5" timestep="0.001"/>
33
<compiler inertiafromgeom="false" meshdir="assets" autolimits="true"/>
44
<statistic center="0 0 2" extent="2.5"/>
55

66
<visual>
7-
<headlight diffuse="0.6 0.6 0.6" ambient="0.3 0.3 0.3" specular="0 0 0"/>
7+
<headlight diffuse="0.6 0.6 0.6" ambient="0.5 0.5 0.5" specular="0 0 0"/>
88
<rgba haze="0.15 0.25 0.35 0" fog="1 1 1 0"/>
99
<map fogstart="0" fogend="0"/>
1010
<global azimuth="-20" elevation="-20" ellipsoidinertia="true"/>
@@ -13,12 +13,12 @@
1313
<asset>
1414
<texture type="skybox" builtin="gradient" rgb1="0.3 0.5 0.7" rgb2="0 0 0" width="512" height="3072"/>
1515
<texture type="2d" name="groundplane" builtin="checker" mark="edge" rgb1="0.2 0.3 0.4" rgb2="0.1 0.2 0.3"
16-
markrgb="0.8 0.8 0.8" width="300" height="300"/>
17-
<material name="groundplane" texture="groundplane" texuniform="true" texrepeat="5 5" reflectance="0.2"/>
16+
markrgb="0.8 0.8 0.8" width="512" height="512"/>
17+
<material name="groundplane" texture="groundplane" texuniform="true" texrepeat="2 2" reflectance="0.2"/>
1818
</asset>
1919

2020
<worldbody>
21-
<light pos="0 0 1.5" dir="0 0 -1" directional="true"/>
21+
<light pos="0 0 3" dir="0 0 -1" directional="true"/>
2222
<geom name="floor" size="0 0 0.05" type="plane" material="groundplane"/>
2323
</worldbody>
2424
</mujoco>

0 commit comments

Comments
 (0)