TrailRendererJS icon indicating copy to clipboard operation
TrailRendererJS copied to clipboard

3D object trail renderer for Three.js

Results 1 TrailRendererJS issues
Sort by recently updated
recently updated
newest added

I has some issues with long trails disappearing because of frustum culling. One solution could be to set frustumCulled to false. Another one is to recompute `this.geometry.computeBoundingSphere();` after every `advance()`