[Papervision3D] AS2 grouping objects

quinrou . quinrou at gmail.com
Mon Apr 16 12:29:13 EDT 2007


i tried this :

        var group:DisplayObject3D = new DisplayObject3D();
        scene.push( group );
        var plane:Plane = new Plane ( null , 600 , 600 );
        plane.container = group.container.createEmptyMovieClip("plane",0)
        var material :MovieAssetMaterial = new MovieAssetMaterial( "map" ,
true  );
        //scene.push( plane );

thinking that by using the DisplayObject3D conatiner i will be able to
create empty MCs and and group objects but nope it's not working. I really
don't know how to get that working.

any help welcome :)

thanks
seb

On 4/16/07, quinrou . <quinrou at gmail.com> wrote:
>
> Arne,  you are right by saying that Sandy is less stable than PV3D and i
> wasn't trying to compare the 2.
>
> I beleive you guys are using the AS3 since you are refering to "new
> DisplayObject3D and dumping in children".
> I don't think this option exists in the AS2 version or does it?
> Could you guys point me on to the right track?
>
>
> On 4/16/07, Ralph Hauwert <r.hauwert at gmail.com> wrote:
> >
> > You can do it that way.
> >
> > On 4/16/07, Arne Strout < mm21xx at hotmail.com> wrote:
> > >
> > > I played around with Sandy too, and I had to deal with some bugs in
> > > the code, a severe lack of documentation, and the fact that in order to
> > > commit any transform or tween, you have to embed your object within
> > > transform objects.
> > >
> > > Honestly? I'm preferring PV3D so far. However, I agree, it would be
> > > nice to be able to have a Group class, but I Think you can do that in the
> > > current PV3D just creating a new DisplayObject3D and dumping in children no?
> > >
> > >
> > > Arne G Strout
> > >  http://www.agstrout.com
> > > mm21xx at hotmail.com
> > > 951-990-7237
> > >
> > > ------------------------------
> > > Date: Mon, 16 Apr 2007 14:04:42 +0100
> > > From: quinrou at gmail.com
> > > To: jlm at justinfront.net; Papervision3D at osflash.org
> > > Subject: Re: [Papervision3D] AS2 grouping objects
> > >
> > > I found this method a bit wierd... I played around with Sandy (maybe i
> > > shouln't mention this other 3d open source on thise list - i might get shot)
> > > and there are classes to facilitate the grouping of objects at runtime. it
> > > is also very usefull when it comes down to offset objets from there
> > > original.
> > >
> > > maybe that's something the papervision team should look at, no?
> > >
> > >
> > >
> > > On 4/4/07, *jlm* < jlm at justinfront.net > wrote:
> > >
> > > Seb
> > >
> > > No expert but..
> > >
> > > I would try extending 'plane' to something like 'groupOfPlanes' and
> > > passing
> > > an array of 'planes'.  See how 'displayObject3d' is extended to a
> > > 'point' to
> > > a 'mesh' to a 'plane'.
> > >
> > > Justin
> > >
> > >
> > > >On Wed, 4 Apr 2007 11:49:32  0100 "quinrou ." < quinrou at gmail.com>
> > > wrote.
> > > >Hi,
> > > >
> > > >I have been digging through the as2 documentation and i can't find
> > > anything
> > > >that relates to grouping objects. Is there way of doing so?
> > > >
> > > >thanks
> > > >seb
> > > >
> > >
> > >
> > > _______________________________________________
> > > Papervision3D mailing list
> > > Papervision3D at osflash.org
> > > http://osflash.org/mailman/listinfo/papervision3d_osflash.org
> > >
> > >
> > >
> > > ------------------------------
> > > Take a break and play crossword puzzles - FREE! Play Now!<http://games.msn.com/en/flexicon/default.htm?icid=flexicon_+wlmemailtaglinemarch07>
> > >
> > > _______________________________________________
> > > Papervision3D mailing list
> > > Papervision3D at osflash.org
> > > http://osflash.org/mailman/listinfo/papervision3d_osflash.org
> > >
> > >
> >
> >
> > --
> > Ralph Hauwert
> > _______________________________________________
> > Papervision3D mailing list
> > Papervision3D at osflash.org
> > http://osflash.org/mailman/listinfo/papervision3d_osflash.org
> >
> >
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://osflash.org/pipermail/papervision3d_osflash.org/attachments/20070416/71dc0cc4/attachment.htm


More information about the Papervision3D mailing list