|
|
|
@ -36,7 +36,7 @@ public class VisualiserBoat extends Boat {
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* The minimum period of time, in milliseconds, between the creation of each track point.
|
|
|
|
* The minimum period of time, in milliseconds, between the creation of each track point.
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
private static final long trackPointTimeInterval = 250;
|
|
|
|
private static final long trackPointTimeInterval = 1000;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* The number of track points that should be created before fully diminishing the alpha of a given track point.
|
|
|
|
* The number of track points that should be created before fully diminishing the alpha of a given track point.
|
|
|
|
|