↩ Back to index

3D glider sampler

Line glider

The large point is a glider on the line segment defined by the two small points. This template is based on the Line3D glider example in the examples folder included with the source code.

Intersection line glider

The large point is a glider on the line where the two planes intersect.

Circle glider

The point is a glider on the circle. This template is based on the Circle3D glider example in the examples folder included with the source code.

Right now, the glider gets caught on the point where the circle starts and ends. If you can overcome this limitation, try contributing some code!

Curve glider

The point is a glider on the curve. This template is based on the Curve3D glider example in the examples folder included with the source code.

Parametric surface glider

The point is a glider on the parametric surface. This template is based on the ParametricSurface3D glider example in the examples folder included with the source code.