UNPKG

@openhps/core

Version:

Open Hybrid Positioning System - Core component

5 lines 120 B
export default /* glsl */` void main() { gl_Position = projectionMatrix * modelViewMatrix * vec4( position, 1.0 ); } `;