Hello,
I'm new with Away3D and looking for help. On my scene i have several
objects. One of them is a big plane wich is scrolling. I would like to
mask it so that only the middle is visible.
1) I have found that it's possible to mask a part of a scene with
"clipping", but everything is masked. Is it possible to apply a
clipping per object ?
2) Is it possible in Away3D to create an invisible object wich make
everyting behind it invisible ?
3) I have found that it's possible to use Flash masks with
getContainer(). I tried and it works, but :
- this masking tip need to happen after the rendering of the objects
that i want to hide
- when the mask contains a gradient, the gradient is applyied on any
movieclip i tried on but on the 3D view it is hard edged.
How can i achieve this please ?