eckhchri / pcars-ds-liveview

Provides a html page for project cars dedicated server and display a map of the current race.
14 stars 1 forks source link

Analysis Demo Data #67

Open viper4gh opened 8 years ago

viper4gh commented 8 years ago

demo-file: demo_data_QRW_Hockenheim_2HUdrivers_full_driven.js

demo data array element: 651 - one driver is missing in driver array, at this moment he drives over start/finish line and sets his first time

50-60, 600-620, 1150-1165 - SessionStage change to Practice2 and from Practice2 to Qualifying and from Qualifying to Race1, one driver marker goes to start position with transformWithEase instead transform

viper4gh commented 8 years ago

The position data reset on a SessionStage change is sometimes delayed in the API, which is the cause why the transformWithEase is used, if to data is reset to late.