SHARE
TWEET
vertex
a guest
Dec 4th, 2014
144
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- attribute vec3 vPosition;
- attribute vec3 vNormal;
- varying vec3 varyNormal;
- uniform mat4 uMVP;
- void main()
- {
- gl_Position = uMVP * vec4(vPosition, 1.0);
- varyNormal = vNormal;
- };
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy.

