added Steven Baker's GPU physics code (work in progress)
This commit is contained in:
6
Extras/GPUphysics/cubeShader.frag
Normal file
6
Extras/GPUphysics/cubeShader.frag
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
void main()
|
||||
{
|
||||
gl_FragColor = gl_Color ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user