UNPKG

playcanvas

Version:

PlayCanvas WebGL game engine

8 lines (5 loc) 231 B
var particle_pointAlongVS = /* glsl */ ` // not the fastest way, but easier to plug in; TODO: create rot matrix right from vectors inAngle = atan(velocityV.x, velocityV.y); `; export { particle_pointAlongVS as default };