Beispiel #1
0
        public static void Main(string[] args)
        {
            VeldridStartupWindow window       = new VeldridStartupWindow("Textured Cube");
            EarthApplication     texturedCube = new EarthApplication(window);

            //RayCastedGlobe globe = new RayCastedGlobe(window);
            window.Run();
        }
Beispiel #2
0
        public static void Main(string[] args)
        {
            InitalCefRuntime();


            //string str = "您好";
            //var byte1= Encoding.UTF8.GetBytes(str);
            //Encoding.Default
            //Console.WriteLine("您好");
            VeldridStartupWindow window       = new VeldridStartupWindow("Textured Cube");
            EarthApplication     texturedCube = new EarthApplication(window);

            //RayCastedGlobe globe = new RayCastedGlobe(window);



            window.Run();
        }