示例#1
0
        void Initialize()
        {
            LayerColorFormat    = EAGLColorFormat.RGBA8;
            ContextRenderingApi = EAGLRenderingAPI.OpenGLES1;

            var now = DateTime.UtcNow;

            _sunLoc   = Location.SunLocation(now);
            Camera    = new Camera();
            CameraMan = new BlimpCameraMan(
                new Location(-122.3352, 47.640),
                new Location(-122.3352, 47.650));
            MultipleTouchEnabled = true;
            Unload += HandleUnload;
        }