add elements to an object

 From:  Michael Gibson
3830.38 In reply to 3830.37 
Hi Pilou, well what you are showing there is a mechanism for how different elements of a 2D image are composited together to make a final output image.

Layers in a 3D modeling program are not quite the same as that - the ordering of them is not so significant as it is for image compositing. They're used for whatever kind of model organization you want to do, not for controlling what is on top of another thing in the final combined image.

- Michael