SHARE
TWEET
Untitled
a guest
Dec 29th, 2014
3
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- #version 400
- in vec3 position;
- uniform mat4 modelViewProjectionMatrix;
- void main(void)
- {
- gl_Position = modelViewProjectionMatrix * vec4(position, 1.0);
- gl_PointSize = 1.0f;
- }
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.

