Skip to content

Commit

Permalink
Tweak free camera defaults and render image at 4k.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinzakka committed Sep 5, 2024
1 parent b9336e2 commit 6b3d2ca
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion pal_talos/scene_motor.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<mujoco model="talos motor scene">
<include file="talos_motor.xml"/>

<statistic center="0 0 -0.1" extent="1.5"/>

<visual>
<rgba haze="0.15 0.25 0.35 1"/>
<global azimuth="60" elevation="-20"/>
<global azimuth="160" elevation="-20"/>
<headlight diffuse="0.6 0.6 0.6" ambient="0.3 0.3 0.3" specular="0 0 0"/>
</visual>

Expand Down
4 changes: 3 additions & 1 deletion pal_talos/scene_position.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<mujoco model="talos position scene">
<include file="talos_position.xml"/>

<statistic center="0 0 -0.1" extent="1.5"/>

<visual>
<rgba haze="0.15 0.25 0.35 1"/>
<global azimuth="60" elevation="-20"/>
<global azimuth="160" elevation="-20"/>
<headlight diffuse="0.6 0.6 0.6" ambient="0.3 0.3 0.3" specular="0 0 0"/>
</visual>

Expand Down
4 changes: 3 additions & 1 deletion pal_talos/scene_velocity.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<mujoco model="talos velocity scene">
<include file="talos_velocity.xml"/>

<statistic center="0 0 -0.1" extent="1.5"/>

<visual>
<rgba haze="0.15 0.25 0.35 1"/>
<global azimuth="60" elevation="-20"/>
<global azimuth="160" elevation="-20"/>
<headlight diffuse="0.6 0.6 0.6" ambient="0.3 0.3 0.3" specular="0 0 0"/>
</visual>

Expand Down
Binary file modified pal_talos/talos.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6b3d2ca

Please sign in to comment.