OPENCODE is a web-based programming environment that leverages the user community to foster creative development and teach graphics-based programming to non-programmers. Sign up for an account now! //path aligner // by irag //import processing.opengl.*; int pathNodeCount = 1000; // Any path can be used, as spine of Tendril Vector3D[] path = new Vector3D[pathNodeCount]; Tendril tendril; void setup(