Skip to content

Commit

Permalink
Merge pull request #262 from RussTedrake/fix_oven_rgba
Browse files Browse the repository at this point in the history
Fix rgba value in oven_asset.xml to be in [0,1]
  • Loading branch information
Kallinteris-Andreas authored Jan 19, 2025
2 parents 2d1c1f9 + c03f5f1 commit 40d4212
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<material name="oven_wood" texture="T_oven_wood" texrepeat="3 3" reflectance="0.7" shininess=".4" texuniform="false"/>
<material name="oven_metal" rgba="1 1 1 1" texture="T_oven_metal" texrepeat="3 3" reflectance="1" shininess="1" texuniform="false"/>
<material name="oven_black" rgba=".15 .15 .15 1" reflectance=".2" shininess=".2" />
<material name="oven_burner" rgba="2 0 0 1" reflectance=".2" shininess=".2" />
<material name="oven_burner" rgba="1 0 0 1" reflectance=".2" shininess=".2" />
<material name="oven_block" rgba=".1 .1 .1 1"/>
<material name="oven_collision_blue" rgba="0.3 0.3 1.0 0.5" shininess="0" specular="0"/>
</asset>
Expand Down

0 comments on commit 40d4212

Please sign in to comment.