This artifact occurs because the world matrix of the sphere is not up to date the first time TrailMesh is doing its job.
You have to do:
sphere.computeWorldMatrix();
This artifact occurs because the world matrix of the sphere is not up to date the first time TrailMesh is doing its job.
You have to do:
sphere.computeWorldMatrix();