private void renderPendingWithCursor(int count, MeasurementPending measurementPending) {
if (count > 1)
renderMeasurement(count, measurementPending, false);
measurement = measurementPending;
Point3fi atomLast = getAtom(count);
int lastZ = atomLast.screenZ - atomLast.screenDiameter - 10;
int x = viewer.getCursorX();
int y = viewer.getCursorY();
if (g3d.isAntialiased()) {
x <<= 1;