Exemplo n.º 1
0
        public Application(IApp page)
        {
            ApplicationSprite sprite = new ApplicationSprite();

            // Initialize ApplicationSprite
            sprite.AttachSpriteToDocument();

            //var TellServerWhichFilesFlashWantsToLoad = new[] {
            //    //"assets/Flare3DWaterShips/ship.zf3d",
            //    "assets/Flare3DWaterShips/skybox.png",
            //    "assets/Flare3DWaterShips/highlights.png",
            //    "assets/Flare3DWaterShips/normalmap.jpg"
            //};
        }
Exemplo n.º 2
0
        public Application(IApp page)
        {
 
            ApplicationSprite sprite = new ApplicationSprite();

            // Initialize ApplicationSprite
            sprite.AttachSpriteToDocument();

            //var TellServerWhichFilesFlashWantsToLoad = new[] {
            //    //"assets/Flare3DWaterShips/ship.zf3d",
            //    "assets/Flare3DWaterShips/skybox.png",
            //    "assets/Flare3DWaterShips/highlights.png",
            //    "assets/Flare3DWaterShips/normalmap.jpg"
            //};
        }