mirror of
https://github.com/seigler/brunch-threejs
synced 2025-07-26 09:06:09 +00:00
5 lines
122 B
GLSL
5 lines
122 B
GLSL
void main() {
|
|
gl_Position = projectionMatrix *
|
|
modelViewMatrix *
|
|
vec4(position, 1.0);
|
|
}
|