MCP 3D Printer Server

by DMontgomery40
Verified
export default /* glsl */` void main() { gl_Position = projectionMatrix * modelViewMatrix * vec4( position, 1.0 ); } `;