Hi all ... im a little bit confused , hope somebody can clarify.
Actually i have 2 view’s , one on top of the other .
tracing stage3d Vector i get
trace(stage.stage3Ds);
// RESULT : [object Stage3D],[object Stage3D],[object Stage3D],[object Stage3D]
4 different stage3d’s. Even if i use a single View , i get the same 4 stage3d’s ... why this? I think each view should draw on his speific stage3d ... am i wrong?
Thanks all!