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