Newer
Older
HuangJiPC / public / static / three / src / renderers / shaders / ShaderChunk / default_vertex.glsl.js
@zhangdeliang zhangdeliang on 21 Jun 121 bytes update
export default /* glsl */`
void main() {
	gl_Position = projectionMatrix * modelViewMatrix * vec4( position, 1.0 );
}
`;