svartmc / trails

Simple geometrical trail to attach to your Three.js objects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trails

trails gif

Simple geometrical trail on ( x, z ) axis to attach to your Three.js objects.

Create the trail:

createTrail( object, length, width, resolution );

Update the trail calling in your animation loop:

updateTrails();

Link to demo, note that you’ll need a web browser which support WebGL in order to see it.

twitter icon

About

Simple geometrical trail to attach to your Three.js objects

License:MIT License


Languages

Language:HTML 52.7%Language:JavaScript 47.3%