Skip to content

Instantly share code, notes, and snippets.

@vincentdesmares
Created May 12, 2017 01:51
Show Gist options
  • Select an option

  • Save vincentdesmares/676ca8551f9153459bf344722097fbd9 to your computer and use it in GitHub Desktop.

Select an option

Save vincentdesmares/676ca8551f9153459bf344722097fbd9 to your computer and use it in GitHub Desktop.
<script id="shader-fs" type="x-shader/x-fragment">
void main(void) {
gl_FragColor = vec4(232.0/255.0, 85.0/255.0, 47.0/255.0, 1.0); // The Inovia orange color!
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment