Hello,
If I try to render View3D that is not included in display list, I get
this error:
TypeError: Error #1009: Cannot access a property or method of a null
object reference.
at away3d.containers::View3D/updateScreenClipping()[I:\dev\lib\Away3D
\src\away3d\containers\View3D.as:801]
Same issue with View3D in flash10 branch (on 811th line).
The problem is View3D tries to use his stage property which is null.
Why do View3D need any links to stage at all? Why not to use its own
x, y properties for clipping?
Its a problem, because now if i want to get, for example, few
snapshots of some scene and hold it in memory or draw it into some
BitmapData, I have to put View3D somewhere in display list even if I
don't need it actually.
Added to issues.