Exemplo n.º 1
0
        public static void Main(string[] args)
        {
            const string testFilePath = DefaultPath;
            var          parser       = new Parser();

            parser.ReadFile(testFilePath);

            Ray.InitializeCoordinateFrame();
            CreateImage();
        }