[Embed(source = "../../../../assets/peterskybox2.jpg")]
private const SkyImage:Class;
private var skybox:Skybox6;
override public function onRegister():void
{
// *** setup scene
scene3D = (facade as Game).gameMediator.threeDView.scene3D;
skybox = new Skybox6(new BitmapMaterial(Cast.bitmap(SkyImage)));
scene3D.addChild(skybox);
}
If the problem lies on how you embed your texture, maybe you need to add
"../" in your Embed. I need to add four "../" because my
PlaySceneMediator.as, which embed SkyImage, are in
"src/pamungkas/pjahd/view" folder.
On Mon, Jan 10, 2011 at 11:23 AM, amigo <[email protected]> wrote:
> .........And nothing this is getting funny i work so fast doing
> complicated things and i crash with a simple sky..
> Let me post my code maybe someone tell me what´s wrong..
> Falsh Develop--
>
> //skybox 2
> [Embed(source = "assets/skymap.jpg")]
> public var SkyImage:Class;
> public var skybox : Skybox6;
>
> private function createSkybox() : void
> {
>
> skybox = new Skybox6(new
> BitmapMaterial(Cast.bitmap(SkyImage)));
> view.scene.addChild(skybox);
> }
>
> Something missing.. gremlims around....
>
> Thanks for your patient
>
>
>
> On Jan 10, 10:09 am, amigo <[email protected]> wrote:
> > Obviusly i was doing something wrong..
> > But i still got problems with the embed source that i can´t make it
> > work.. I´m using Flex develop and gives me problem with load the
> > textures..
> > Would you mind to post the embed tag and var maybe it´s some stu..
> > thing i´m doing wrong..
> > Thanks a lot Aji
> > By the way impresive your 3d game demo, smooth... at least in my
> > computer
> >
> > On Jan 10, 9:39 am, Aji Pamungkas <[email protected]>
> > wrote:
> >
> > > Hi Amigo,
> >
> > > Well... it's easy to put a skybox into your scene.
> >
> > > skybox = new Skybox6(new BitmapMaterial(Cast.bitmap(SkyImage)));
> > > scene3D.addChild(skybox);
> >
> > > On Sun, Jan 9, 2011 at 11:57 PM, amigo <[email protected]> wrote:
> > > > There is a bug with skybox6 and flash devlop, Flex..
> >
> > > > Or i'm doing something worng with the skybox..
> > > > I've been fighting for almost 4 hours or more..
> >
> > > > And noooooooothing..
> >
> > > > Please help
> >
> > > --
> > > Aji Pamungkas
> >
> >
>
--
Aji Pamungkas