UNPKG

playcanvas

Version:

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

12 lines (10 loc) 252 B
var particle_pointAlong_default = ( /* 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_pointAlong_default as default };