MCP 3D Printer Server

by DMontgomery40
Verified
export default /* glsl */` #ifdef USE_LOGDEPTHBUF vFragDepth = 1.0 + gl_Position.w; vIsPerspective = float( isPerspectiveMatrix( projectionMatrix ) ); #endif `;