Re: [Flashcoders] AS3 Papervision Question

2009-05-01 Thread Glen Pike
Hi, You would probably have to roll your own for this: You could make up your own 3D object out of planes and assign different material to each plane. Or render a large bitmap of all your movieclips and use that as a material. Not 100% on this - just a suggestion... Glen

Re: [Flashcoders] AS3 Papervision Question

2009-04-30 Thread Omar Fouad
No one? On Sun, Apr 26, 2009 at 8:49 AM, Omar Fouad omarfouad@gmail.com wrote: So there is a way to apply multiple movieClips, or material to a sphere? On Sun, Apr 26, 2009 at 8:41 AM, Christoffer Enedahl christof...@enedahl.com wrote: That site is not using papervision, it's using

[Flashcoders] AS3 Papervision Question

2009-04-25 Thread Omar Fouad
Hi all, I am wondering if I can create a 3D object in papervision, as a movieClip, and apply it as a material to a Sphere, like, for example some piramids placed on the Sphere. Another thing, If I would let each piramid on the sphere to have a specific click event, in this case I think that each

Re: [Flashcoders] AS3 Papervision Question

2009-04-25 Thread Christoffer Enedahl
That site is not using papervision, it's using prerendered clips, which is used celeverly with rotation. I havn't tried using a viewpoint as a material, but I think it should work, performance might be an issue though. /Christoffer Omar Fouad skrev: Hi all, I am wondering if I can create a

Re: [Flashcoders] AS3 Papervision Question

2009-04-25 Thread Omar Fouad
So there is a way to apply multiple movieClips, or material to a sphere? On Sun, Apr 26, 2009 at 8:41 AM, Christoffer Enedahl christof...@enedahl.com wrote: That site is not using papervision, it's using prerendered clips, which is used celeverly with rotation. I havn't tried using a