web3d / node_modules /three /src /renderers /shaders /ShaderChunk /default_vertex.glsl.js
julien-c's picture
julien-c HF Staff
do not gitignore the builds
6cd9596
Raw
History Blame Contribute Delete
121 Bytes
export default /* glsl */`
void main() {
gl_Position = projectionMatrix * modelViewMatrix * vec4( position, 1.0 );
}
`;