example here:https://plnkr.co/edit/GWSuAbmSGHv4o75WK2Rj?p=preview
Update vertices of geometry and nothing happens.But verticesNeedUpdate is setted to true.Any suggestions? Thanks a lot.
setTimeout(function(){
console.log('update');
starsGeometry.vertices.push( new THREE.Vector3(1,0,0));
starsGeometry.verticesNeedUpdate = true;
},2000)