Hi thank you. I have just figured "bothsides = true; " was the
solution reading the last post.

Well the clone works well this way (on this situation) but how do you
think I should proceed ?

On Jul 21, 12:34 pm, ben <[email protected]> wrote:
> Hi,
> I'm not sure you can clone that way :
>   wallRight = new Plane(wallLeft.clone(wallLeft));
> wallRight = wallLeft.clone();
> wallRight.x=roomWidth/2;
> this.addChild(wallRight);
>
> and set it bothsides, cause here you are looking at back and it's not
> displayed in the view.
>
> Mesh(wallRight).bothsides = true;

Reply via email to