The12thAstronaut / SUITS-2021

5 stars 4 forks source link

Create a display of ETA to a waypoint #32

Closed Henrynaut closed 3 years ago

Henrynaut commented 3 years ago

Find out how to have an Estimated Time of Arrival show up in a floating panel, that counts down based on user position

Henrynaut commented 3 years ago
Henrynaut commented 3 years ago

Brock needs help figuring out what the waypoint object is called.

new Vector3 WaypointOne = markerClone.transform.position

image

Henrynaut commented 3 years ago

@Henrynaut Help set up the transform variable for Brock

Henrynaut commented 3 years ago

On development Friday we can work on this together in person to get everything finished

BrockBalthazor commented 3 years ago

Distance Calculation works Bearing Calculation Broken

Henrynaut commented 3 years ago

It would also be a good feature if we could change the waypoint spline color based on ETA, such as in this example (Red splines for routes that are hard/take a long time, Green splines for routes that will be quick). This could be done with the existing catmull rom waypoint spline system we have image

BrockBalthazor commented 3 years ago