Example #1
0
 protected override void Update(Microsoft.Xna.Framework.GameTime gameTime)
 {
     time += gameTime.ElapsedGameTime.TotalMilliseconds;
     data.AddPoint(cam.Position, cam.Target, cam.Up, time);
 }