[Papervision3D] 2-sided panel?

Carlos Ulloa c4rl054321 at gmail.com
Tue Jan 16 03:19:35 EST 2007


materialBack is currently experimental and only supported at face level.

You can always assign them manually.

for( var i:Number=0; i<object.faces.length; i++ )
   objects.faces[i].materialBack = newMaterialBack;

Once we have the new instance/children structure in place, we plan to review
and update the materials.

I believe the next revision doesn't mirror textures. I'll check it anyway.

C4RL05
// noventaynueve.com
// papervision3d.org


On 16/01/07, Ben Morrison <ben at dealerskins.com> wrote:
>
>  Hey guys… what's the best/easiest way to make a panel with two different
> materials, one on each side?  Like the calendar pages on
> http://www.noventaynueve.com/2007/.  Is there a way to set the
> materialBack that I found in the Face3D class, or do you make 2 one-sided
> panels, with opposing rotation?  Also, while I'm asking, it seems that when
> a panel is created with oneSide = false, the one side that does show is a
> mirror image of the original bitmap.  In other words, oneSide = false only
> renders the back of the panel, not the front.  Is this expected?  Thanks in
> advance,
>
>
>
> Ben
>
> _______________________________________________
> 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/20070116/a40b5051/attachment.htm


More information about the Papervision3D mailing list