TrailRendererJS icon indicating copy to clipboard operation
TrailRendererJS copied to clipboard

Issue with frustum culling

Open FlorentMasson opened this issue 4 years ago • 0 comments

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()

FlorentMasson avatar Oct 14 '19 23:10 FlorentMasson