UNPKG

mapillary-js

Version:

A WebGL interactive street imagery library

16 lines (12 loc) 273 B
export const sphericalCurtainVert = ` #ifdef GL_ES precision highp float; #endif uniform mat4 projectorMat; varying vec4 vRstq; void main() { vRstq = projectorMat * vec4(position, 1.0); gl_Position = projectionMatrix * modelViewMatrix * vec4(position, 1.0); } `