void pushVertex(double x, double y,double z){ _vertex = getNextVertexInPool(); _vertex.position.setValues( x, y, z ); projectVertex( _vertex ); }