|
|
|
|
@ -484,8 +484,8 @@ public class RaceViewController extends Controller {
|
|
|
|
|
double boatZ = gpsConverter.convertGPS(boat.getPosition()).getY();
|
|
|
|
|
Assets3D.boatHighlight.setX(boatX);
|
|
|
|
|
Assets3D.boatHighlight.setZ(boatZ);
|
|
|
|
|
pointLight.setTranslateX(boatX);
|
|
|
|
|
pointLight.setTranslateZ(boatZ);
|
|
|
|
|
// pointLight.setTranslateX(boatX);
|
|
|
|
|
// pointLight.setTranslateZ(boatZ);
|
|
|
|
|
}
|
|
|
|
|
};
|
|
|
|
|
highlightTrack.start();
|
|
|
|
|
|