index
:
physicsforgames
master
Contains the latest files for physicsforgames.com, which is a website that I am currently building to explore the topic of realtime physics in video games.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
frontend
/
_rigidbody
/
shaders
/
orthographic.frag
blob: 84b6b2eb3dda280f6dff145ef7dde22cfdd73091 (
plain
)
1
2
3
4
5
varying lowp vec4 VertexColor; void main() { gl_FragColor = VertexColor; }