https://github.com/sueda/eol-cloth
Revision 09335f460c9908790628c216a26700fda3188671 authored by Nick Weidner on 05 September 2018, 20:54:38 UTC, committed by Nick Weidner on 05 September 2018, 20:54:38 UTC
1 parent ebf97b9
Tip revision: 09335f460c9908790628c216a26700fda3188671 authored by Nick Weidner on 05 September 2018, 20:54:38 UTC
Fixed some forces and boundary problems
Fixed some forces and boundary problems
Tip revision: 09335f4
simple_vert.glsl
#version 120
uniform mat4 P;
uniform mat4 MV;
varying vec3 color;
void main()
{
gl_Position = P * MV * gl_Vertex;
color = gl_Color.rgb;
}

Computing file changes ...