예제 #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"
            //};
        }
예제 #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"
            //};
        }