UNPKG

playcanvas

Version:

Open-source WebGL/WebGPU 3D engine for the web

6 lines (4 loc) 139 B
var particle_localShiftVS = ` particlePos = (matrix_model * vec4(particlePos, 1.0)).xyz; `; export { particle_localShiftVS as default };