Exemplo n.º 1
0
        public static TrackComplexModelDescription CreateLoaded([NotNull] string filename)
        {
            var d = new TrackComplexModelDescription(filename);

            d.Load();
            return(d);
        }
Exemplo n.º 2
0
 public TrackMapPreparationRenderer(TrackComplexModelDescription description) : base(description)
 {
     Camera = new CameraOrtho();
 }
Exemplo n.º 3
0
 public TrackMapRenderer(TrackComplexModelDescription description)
 {
     _description = description;
 }