julien-c's picture
julien-c HF Staff
do not gitignore the builds
6cd9596
raw
history blame
138 Bytes
export default /* glsl */`
vec4 mvPosition = modelViewMatrix * vec4( transformed, 1.0 );
gl_Position = projectionMatrix * mvPosition;
`;