Skip to content

Instantly share code, notes, and snippets.

@pythongo1
Created August 11, 2019 07:13
Show Gist options
  • Save pythongo1/39f66a31f6cc5974a13b9e0521f97546 to your computer and use it in GitHub Desktop.
Save pythongo1/39f66a31f6cc5974a13b9e0521f97546 to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<robot>
<material name="black">
<color rgba="0.0 0.0 0.0 1.0"/>
</material>
<material name="blue">
<color rgba="0.0 0.0 0.8 1.0"/>
</material>
<material name="green">
<color rgba="0.0 0.8 0.0 1.0"/>
</material>
<material name="grey">
<color rgba="0.2 0.2 0.2 1.0"/>
</material>
<material name="orange">
<color rgba="${255/255} ${108/255} ${10/255} 1.0"/>
</material>
<material name="brown">
<color rgba="${222/255} ${207/255} ${195/255} 1.0"/>
</material>
<material name="red">
<color rgba="0.8 0.0 0.0 1.0"/>
</material>
<material name="white">
<color rgba="1.0 1.0 1.0 1.0"/>
</material>
</robot>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment